setDefaultsFromMap method

Future<void> setDefaultsFromMap(
  1. Map map
)

Set the default value of RemoteConfig based on the map.

Implementation

Future<void> setDefaultsFromMap(final Map map) async {
  await Repro._invokeMethod('remoteConfig_setDefaultsFromMap', map);
}