Set the default value of RemoteConfig based on the map.
Future<void> setDefaultsFromMap(final Map map) async { await Repro._invokeMethod('remoteConfig_setDefaultsFromMap', map); }