screenshotx_platform_interface 1.0.0
screenshotx_platform_interface: ^1.0.0 copied to clipboard
A common platform interface for screenshotX plugin.
ScreenshotX Plugin Platform Interface #
This platform interface provides a common interface for the ScreenshotX plugin, allowing platform-specific implementations to ensure compatibility with the plugin.
Usage #
To create a new platform-specific implementation for the ScreenshotX plugin, extend the ScreenshotXPlatform interface and implement the necessary behavior for your platform. When registering your plugin, set the default platform implementation by calling ScreenshotXPlatform.instance = MyPlatformScreenshotX().