WidgetPluginManager<W extends Widget, P extends WidgetPlugin<W>> class
abstract
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)
→ Resolvable<Unit>
-
Register a plugin to the manager.
inherited
-
registerAll(Iterable<P> plugins)
→ Resolvable<Unit>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited