asyncFetchRemoteConfig method

void asyncFetchRemoteConfig(
  1. String paramKey,
  2. OnRemoteConfigReceivedData receivedData
)

Implementation

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