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