platformAppKey property Null safety
Implementation
static String get platformAppKey {
if (kIsWeb) {
return KakaoSdk._jsKey;
}
return KakaoSdk._nativeKey;
}
static String get platformAppKey {
if (kIsWeb) {
return KakaoSdk._jsKey;
}
return KakaoSdk._nativeKey;
}