protectDataLeakageWithBlurOff static method

Future<void> protectDataLeakageWithBlurOff()

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

Implementation

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