screenshotOn method

  1. @override
Future<bool> screenshotOn()
override

Return true if screenshot capabilities has been successfully enable or is currently enable and false otherwise. throw UnmimplementedError if not implement

Implementation

@override
Future<bool> screenshotOn() {
  return _instancePlatform.screenshotOn();
}