PluginInstance class

Constructors

PluginInstance(Plugin self, ReceivePort inPort, SendPort outPort)

Properties

hashCode int
The hash code for this object.
no setterinherited
intercom PluginIntercom
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self Plugin
final

Methods

bindMethod<R, T>(String name, FutureOr<R> body(T args)) int
getDependency(PluginRequest request) Future<DependencyInstance>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start([void onStarted() = _noop]) → void
toString() String
A string representation of this object.
inherited

Operators

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