fastFetchRemoteConfig method

Future<String?> fastFetchRemoteConfig(
  1. String paramKey
)

Implementation

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