protectDataLeakageOff static method

Future<void> protectDataLeakageOff()

Supported for Android and iOS.

Implementation

static Future<void> protectDataLeakageOff() async {
  return await _channel.invokeMethod('protectDataLeakageOff');
}