KakaoSdk class Null safety

Kakao SDK의 싱글턴 Context

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

appVer Future<String>
read-only
hosts ↔ ServerHosts
read / write
jsKey String
read / write
kaHeader Future<String>
read-only
logging bool
read / write
nativeKey String
Kakao Native App Key SDK를 사용하기 전에 반드시 초기화 필요
read / write
origin Future<String>
read-only
packageInfo Future<PackageInfo>
read-only
packageName Future<String>
read-only
platformAppKey String
read-only
sdkVersion String
read / write

Static Methods

init({String? nativeAppKey, String? javaScriptAppKey, ServerHosts? serviceHosts, bool? loggingEnabled}) → void