inspectAndReply abstract method

void inspectAndReply(
  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 must check arguments for transferable objects.

Implementation

void inspectAndReply(dynamic data);