Prompt enum Null safety

동의 화면 요청 시 추가 상호작용을 요청하고자 할 때 전달하는 파라미터

Constants

login → const Prompt

기본 웹 브라우저(CustomTabs)에 카카오계정 cookie 가 이미 있더라도 이를 무시하고 무조건 로그인 화면을 보여주도록 함

const Prompt(0)
values → const List<Prompt>

A constant List of the values in this enum, in order of their declaration.

const List<Prompt>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited