embrace_platform_interface 0.4.0 embrace_platform_interface: ^0.4.0 copied to clipboard
A common platform interface for the embrace plugin.
embrace_platform_interface #
This is a development version of the Embrace SDK for Flutter and is not intended for general use.
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.