asyncFetchRemoteConfig method
Implementation
void asyncFetchRemoteConfig(String paramKey, OnRemoteConfigReceivedData receivedData) {
_remote_config_channel.invokeMethod('asyncFetchRemoteConfig', paramKey);
onRemoteConfigReceivedData = receivedData;
}