ModuleManager class

Constructors

ModuleManager(KrakenController controller, int contextId)

Properties

contextId int
final
controller KrakenController
final
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, Object? data}) → void
getModule<T extends BaseModule>(String moduleName) → T?
invokeModule(String moduleName, String method, dynamic params, InvokeModuleCallback callback) String
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 Properties

inited bool
getter/setter pair

Static Methods

defineModule(ModuleCreator moduleCreator) → void