disableScreenCapture method
Implementation
@override
Future<void> disableScreenCapture(bool disableScreenCapture) async {
return await methodChannel.invokeMethod(
'disableScreenCapture', {"disableScreenCapture": disableScreenCapture});
}
@override
Future<void> disableScreenCapture(bool disableScreenCapture) async {
return await methodChannel.invokeMethod(
'disableScreenCapture', {"disableScreenCapture": disableScreenCapture});
}