Future<String?> get(String key) async { return await NativebrikBridgePlatform.instance .getRemoteConfigValue(channelId, key); }