forceReset method
Force the RemoteConfig value held by the app to be reset.
Implementation
Future<void> forceReset() async {
await Repro._invokeMethod('remoteConfig_forceReset');
}
Force the RemoteConfig value held by the app to be reset.
Future<void> forceReset() async {
await Repro._invokeMethod('remoteConfig_forceReset');
}