protectDataLeakageWithBlur static method

Future<void> protectDataLeakageWithBlur()

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

Implementation

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