GetIsolate class

Constructors

GetIsolate()

Properties

completer Map<String?, Completer>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mIsolate ↔ dynamic
getter/setter pair
receivePort ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort ↔ dynamic
getter/setter pair

Methods

cancelRequest(String id) → void
dispose() → void
httpRequest<T, R>(GetRequestParcel<T, R> parcel) Future<R>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMain(dynamic data, Completer _completer) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GetIsolate?
getter/setter pair

Static Methods

onIsolate(dynamic data, dynamic sendPort) Future<void>
spawn(GetIsolate isolate) Future<void>