Prompt enum Null safety
동의 화면 요청 시 추가 상호작용을 요청하고자 할 때 전달하는 파라미터
Constructors
- Prompt()
-
const
Values
- login → const Prompt
-
기본 웹 브라우저(CustomTabs)에 카카오계정 cookie 가 이미 있더라도 이를 무시하고 무조건 로그인 화면을 보여주도록 함
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited