platformAppKey property Null safety

String platformAppKey

Implementation

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