enableScreenCapture method

Future<void> enableScreenCapture()

Enables screen capture again on supported platforms.

Must be implemented by platform-specific subclasses.

Implementation

Future<void> enableScreenCapture() {
  throw UnimplementedError('enableScreenCapture() has not been implemented.');
}