resetZoneNetworkV2 method
Reset zone-network-v2 configuration back to the SDK default.
Implementation
Future<bool> resetZoneNetworkV2() async {
try {
final result =
await _method.invokeMethod<bool>('resetZoneNetworkV2');
return result ?? false;
} on PlatformException {
rethrow;
}
}