enableScreenCapture method
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.');
}