MethodChannelFlutterNaverLogin class
FlutterNaverLoginPlatform을 구현하는 클래스로, MethodChannel을 사용하여 네이티브 코드와 통신합니다.
- Inheritance
-
- Object
- PlatformInterface
- FlutterNaverLoginPlatform
- MethodChannelFlutterNaverLogin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
네이티브 플랫폼과 통신하기 위한 MethodChannel
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCurrentAccessToken(
) → Future< NaverToken> -
현재 액세스 토큰 정보를 조회하는 메서드
override
-
getCurrentAccount(
) → Future< NaverAccountResult> -
현재 로그인된 네이버 계정 정보를 조회하는 메서드
override
-
isLoggedIn(
) → Future< bool> -
현재 로그인 상태를 확인하는 메서드
override
-
logIn(
) → Future< NaverLoginResult> -
네이버 로그인을 수행하는 메서드
override
-
logOut(
) → Future< NaverLoginResult> -
네이버 로그아웃을 수행하는 메서드
override
-
logOutAndDeleteToken(
) → Future< NaverLoginResult> -
네이버 로그아웃 및 토큰 삭제를 수행하는 메서드
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshAccessTokenWithRefreshToken(
) → Future< NaverToken> -
리프레시 토큰을 사용하여 액세스 토큰을 갱신하는 메서드
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited