AmplifyCategory<P extends AmplifyPluginInterface> class abstract

Base functionality for Amplify categories.

Implementers

Constructors

AmplifyCategory()

Properties

category Category
no setter
defaultPlugin → P
no setter
hashCode int
The hash code for this object.
no setterinherited
plugins List<P>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPlugin(P plugin) Future<void>
Adds a plugin to the category.
getPlugin<T extends P>() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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