reply abstract method

void reply(
  1. dynamic data
)

Sends a WorkerResponse with the specified data to the worker client. This method must be called from the worker only. On Web patforms, this version does not check arguments for transferable objects.

Implementation

void reply(dynamic data);