Future<String?> fastFetchRemoteConfig(String paramKey) async { return await _remote_config_channel.invokeMethod( 'fastFetchRemoteConfig', paramKey); }