protectDataLeakageOn static method

Future<void> protectDataLeakageOn()

Supported for Android only, do nothing when run on iOS.

Implementation

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