send method

void send(
  1. dynamic data
)

Send data to the main thread

Implementation

void send(dynamic data) => chanOut.send(data);