protectDataLeakageWithColorOff static method

Future<void> protectDataLeakageWithColorOff()

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

Implementation

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