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