ModuleDispatcher class

Implementers

Constructors

ModuleDispatcher(String _socketPath)

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

closeRuntime() Future<void>
getModuleList(List<String> moduleClasses) Future<List<ModDescriptor>>
getModuleOrder(List<String> proposedModuleOrder) List<String>
handleControlPackage(DataPackage package) → void
initRuntime(Map<String, List<DataPackage>> modules, StreamController<DataPackage> outputController) Future<Stream<DataPackage>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOnControlPackageFunction(Function function) → void
toString() String
A string representation of this object.
inherited

Operators

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