setDefaultsFromJsonString method

Future<void> setDefaultsFromJsonString(
  1. String json
)

Set the default value of RemoteConfig based on the JSON string.

Implementation

Future<void> setDefaultsFromJsonString(final String json) async {
  await Repro._invokeMethod('remoteConfig_setDefaultsFromJsonString', json);
}