FlutterKakaoLogin class

Constructors

FlutterKakaoLogin()

Properties

currentToken Future<KakaoToken?>
Get Current Token Method 현재 저장된 Token 정보를 가져옵니다.
no setter
hashCode int
The hash code for this object.
no setterinherited
hashKey Future<String>
HashKey Method (android only)
no setter
isLoggedIn Future<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUserMe() Future<KakaoLoginResult>
Get UserMe Method
init(String appKey) Future<void>
Init 카카오 sdk 사용 전 init 코드를 호출해야 합니다.
logIn() Future<KakaoLoginResult>
Login Method
logOut() Future<KakaoLoginResult>
Logout Method
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
Unlink Method

Operators

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