KareeModuleLoader class

Class used to load a module in the Root application.

Constructors

KareeModuleLoader()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

load<T extends KareeModule>(T e) FutureOr<void>
Function used to subcribe our module in Karee. It does not means that it will be immediatly loaded. It will be loaded at same time with the root application if the KareeModule.startWithRoot is set to true. Otherwise it will be loaded when needed.