screenshotOff method
Return true if screenshot capabilities has been
successfully disabled or is currently disabled and false otherwise.
throw UnmimplementedError if not implement
Implementation
Future<bool> screenshotOff() {
throw UnimplementedError('screenshotOff() has not been implemented.');
}