start method

Future<void> start(
  1. void entryPoint(
    1. dynamic mainSendPort
    )
)

Spawns the worker (stub: completes immediately).

Implementation

Future<void> start(void Function(dynamic) entryPoint) async {}