autologin_platform_interface 1.0.1 autologin_platform_interface: ^1.0.1 copied to clipboard
The common platform interface with shared code for the autologin plugin.
The common platform interface of
the autologin
plugin.
This interface allows platform-specific implementations of the autologin
plugin, as well as the plugin itself, to ensure they are supporting the same
interface.
Usage #
To implement a new platform-specific implementation of autologin
, extend
AutologinPlatform
with an implementation that performs the platform-specific
behavior.