FlutterNaverLoginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterNaverLoginPlatform
- Implementers
Constructors
- Constructs a FlutterNaverLoginPlatform.
Properties
-
currentAccessToken
→ Future<
NaverAccessToken> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isLoggedIn
→ Future<
bool> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
currentAccount(
) → Future< NaverAccountResult> -
initSdk(
{required String clientId, required String clientName, required String clientSecret}) → Future< void> -
logIn(
) → Future< NaverLoginResult> -
logOut(
) → Future< NaverLoginResult> -
logOutAndDeleteToken(
) → Future< NaverLoginResult> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshAccessTokenWithRefreshToken(
) → Future< NaverAccessToken> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterNaverLoginPlatform
-
The default instance of FlutterNaverLoginPlatform to use.
getter/setter pair