screen_capturer_platform_interface
A common platform interface for the screen_capturer plugin.
Usage
To implement a new platform-specific implementation of screen_capturer, extend ScreenCapturerPlatform
with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default ScreenCapturerPlatform
by calling ScreenCapturerPlatform.instance = MyPlatformScreenCapturer()
.