screen_retriever_platform_interface 0.2.0 screen_retriever_platform_interface: ^0.2.0 copied to clipboard
A common platform interface for the screen_retriever plugin.
screen_retriever_platform_interface #
A common platform interface for the screen_retriever plugin.
Usage #
To implement a new platform-specific implementation of screen_retriever, extend ScreenRetrieverPlatform
with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default ScreenRetrieverPlatform
by calling ScreenRetrieverPlatform.instance = MyPlatformScreenRetriever()
.