screen_capturer_platform_interface 0.2.0 copy "screen_capturer_platform_interface: ^0.2.0" to clipboard
screen_capturer_platform_interface: ^0.2.0 copied to clipboard

A common platform interface for the screen_capturer plugin.

screen_capturer_platform_interface #

pub version

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().

License #

MIT