toggleScreenshotWithBlur method
Implementation
@override
Future<bool> toggleScreenshotWithBlur({double blurRadius = 30.0}) async {
_isProtectionOn ? _disableProtection() : _enableProtection();
return _isProtectionOn;
}
@override
Future<bool> toggleScreenshotWithBlur({double blurRadius = 30.0}) async {
_isProtectionOn ? _disableProtection() : _enableProtection();
return _isProtectionOn;
}