start method
Spawns the worker (stub: completes immediately).
Implementation
Future<void> start(void Function(dynamic) entryPoint) async {}
Spawns the worker (stub: completes immediately).
Future<void> start(void Function(dynamic) entryPoint) async {}