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

A common platform interface for the hotkey_manager plugin.

hotkey_manager_platform_interface #

pub version

A common platform interface for the hotkey_manager plugin.

Usage #

To implement a new platform-specific implementation of hotkey_manager, extend HotKeyManagerPlatform with an implementation that performs the platform-specific behavior, and when you register your plugin, set the default HotKeyManagerPlatform by calling HotKeyManagerPlatform.instance = MyPlatformHotKeyManager().

License #

MIT