KakaoLogin class

Properties

currentToken Future<OAuthToken?>
Get Current Token Method 현재 저장된 Token 정보를 가져옵니다.
no setter
currentUser Future<Result<User>>
Get Current User
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

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

Operators

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

Static Properties

instance KakaoLogin
Default instance SDK provides.
final