menu
kakao_login package
documentation
kakao_login
KakaoLogin
isLoggedIn property
isLoggedIn
brightness_4
isLoggedIn
property
Null safety
Future
<
bool
>
isLoggedIn
Implementation
Future<bool> get isLoggedIn async => await currentToken != null;
kakao_login package
documentation
kakao_login
KakaoLogin
isLoggedIn property
KakaoLogin class
Properties
currentToken
currentUser
hashCode
hashKey
isLoggedIn
runtimeType
Methods
init
logIn
logInWithKakaoAccount
logInWithKakaoTalk
logOut
noSuchMethod
toString
unlink
Operators
operator ==
Static properties
instance