IsolateReceiver class
Constructors
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
-
execute(
{required OnObserverCall observerCall, OnAccessCall? accessCall, OnFinishedCall? finishedCall, Map< String, dynamic> ? params}) → void -
创建isolate线程并回调结果信息
observerCall
订阅线程中函数finishedCall
结束后返回回调数据 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendAccess(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited