KakaoSdk class

Kakao SDK의 싱글턴 Context

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 Properties

appKey String
no setter
appVer Future<String>
no setter
customScheme String
no setter
hosts ↔ ServerHosts
getter/setter pair
kaHeader Future<String>
no setter
logging bool
getter/setter pair
origin Future<String>
no setter
packageName Future<String>
no setter
platforms ↔ PlatformSupport
getter/setter pair
redirectUri String
no setter
sdkVersion String
getter/setter pair

Static Methods

init({String? nativeAppKey, String? javaScriptAppKey, String? customScheme, ServerHosts? serviceHosts, PlatformSupport? platformSupport, bool? loggingEnabled}) → void
내 애플리케이션에서 확인한 앱 키로 Flutter SDK 초기화, 서비스 환경별 앱 키 사용 웹: javaScriptAppKey에 JavaScript 키 전달 앱: nativeAppKey에 네이티브 앱 키 전달