screen_capturer_platform_interface 0.2.2 screen_capturer_platform_interface: ^0.2.2 copied to clipboard
A common platform interface for the screen_capturer plugin.
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()
.