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