platformAppKey property

String platformAppKey

Implementation

static String get platformAppKey {
  if (kIsWeb) {
    return KakaoSdk.jsKey;
  }
  return KakaoSdk.nativeKey;
}