setDefaultsFromJsonString method
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);
}