autologin_platform_interface library

The interface that implementations of autologin must implement.

Platform implementations should extend this class rather than implement it as Autologin. Extending this class (using extends) ensures that the subclass will get the default implementation, while platform implementations that implements this interface will be broken by newly added AutologinPlatform methods.

Classes

AutologinPlatform
The interface that implementations of autologin must implement.
Compatibilities
The Compatibilities report of the current platform or the browser in case of web.
Credential
Container for your Credentials. Based on your use case all fields can be null.
MethodChannelAutologin
An implementation of AutologinPlatform that uses method channels.