IsolateMaster class Null safety

Constructors

IsolateMaster(IsolateBridgeEntryFunc cb)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

didInitialize() → void
handleError(String action) → void
handleMessage(dynamic action) → void
initialize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
pingCount() int
pingLast() DateTime
sendToMaster(dynamic action) → void
sendToSlave(dynamic action) → void
shutdown() FutureOr<void>
toString() String
A string representation of this object.
inherited
waitStatus(int msecs, [IsoBridgeStatus ref = IsoBridgeStatus.none]) FutureOr<IsoBridgeStatus>

Operators

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