ModuleManager class
Constructors
- ModuleManager(WebFController controller, double contextId)
Properties
- contextId → double
-
final
- controller → WebFController
-
final
- disposed ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
emitModuleEvent(
String moduleName, {Event? event, dynamic data}) → dynamic -
getModule<
T extends WebFBaseModule> (String moduleName) → T? -
initialize(
) → Future< void> -
invokeModule(
String moduleName, String method, dynamic params, InvokeModuleCallback callback) → dynamic -
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
Static Methods
-
defineModule(
ModuleCreator moduleCreator) → void