WidgetPluginManager<W extends Widget, P extends WidgetPlugin<W>> class abstract

Inheritance
Implementers

Constructors

WidgetPluginManager({List<P> plugins = const []})

Properties

build → W Function({required W child, required BuildContext context})
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
plugins List<P>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(P plugin) FutureOr<void>
Register a plugin to the manager.
inherited
registerAll(Iterable<P> plugins) FutureOr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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