embrace_platform_interface 3.0.0 embrace_platform_interface: ^3.0.0 copied to clipboard
A common platform interface for the Embrace plugin that enables platform-specific implementations.
embrace_platform_interface #
A common platform interface for the embrace
plugin.
This interface allows platform-specific implementations of the embrace
plugin, as well as the plugin itself, to ensure they are supporting the same interface.
Usage #
To implement a new platform-specific implementation of embrace
, extend EmbracePlatform
with an implementation that performs the platform-specific behavior.