IsolatedSandbox class
An asynchronous notifier that leverages Dart's Isolated execution contexts to achieve asynchrony via a separate thread.
Properties
Methods
-
dispatch(
Event action) → void -
override
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
spawn(
Config config) → Future< IsolatedSandbox>