menu
typed_isolate package
documentation
typed_isolate.dart
IsolateChild<S, R>
run abstract method
run abstract method
dark_mode
light_mode
run
abstract method
void
run
(
)
Runs when the child isolate is spawned, after
init
is called.
Implementation
void run();
typed_isolate package
documentation
typed_isolate
IsolateChild<S, R>
run abstract method
IsolateChild class