Allows screenshots and screen recordings.
@override Future<void> unblock() async { // Send method call to unblock screenshots. await methodChannel.invokeMethod<String>(AppConfig.unBlockScreenshot); }