IsoFunction typedef

IsoFunction = void Function(Stream<WorkerData> message)

Signature for the callback passed to IsoWorker.init.

Implementation

typedef IsoFunction = void Function(Stream<WorkerData> message);