AmplifyPluginInterface class abstract

Interface for all amplify plugins

Implementers

Constructors

AmplifyPluginInterface()
const

Properties

category Category
The category implemented by this plugin.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPlugin() Future<void>
Called when the plugin is added to the category.
cast<P extends AmplifyPluginInterface>() → P
Casts a plugin to a category-specific implementation.
configure({AmplifyConfig? config}) Future<void>
Configures the plugin using the registered config.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
Resets the plugin by removing all traces of it from the device.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited