SignInWithKakao class

카카오 로그인 v2 SDK 지원을 위한 플러그인.

카카오 SDK를 통해 로그인, 로그아웃, 연결끊기 및 사용자 정보 획득 기능을 지원합니다. 현재는 Android 와 iOS 플랫폼만 지원합니다.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Methods

accessTokenInfo() Future<AccessTokenInfo>
카카오 SDK를 통해 현재 캐시에 저장하여 사용 중인 사용자 액세스 토큰 정보를 불러옵니다.
login() Future<AuthToken>
카카오 SDK를 통해 카카오에 로그인을 요청합니다.
logout() Future<bool>
카카오 SDK를 통해 카카오에 로그아웃을 요청합니다.
me() Future<User>
카카오 SDK를 통해 현재 로그인한 사용자의 정보를 불러옵니다.
카카오 SDK를 통해 카카오 플랫폼과 앱의 사용자 계정 연결 상태를 해제합니다.
updateProfile(Map<String, String> properties) Future<bool>
카카오 SDK를 통해 사용자 정보를 저장합니다.