forceReset method

Future<void> forceReset()

Force the RemoteConfig value held by the app to be reset.

Implementation

Future<void> forceReset() async {
  await Repro._invokeMethod('remoteConfig_forceReset');
}