send method

void send(
  1. T value
)

Implementation

void send(T value) => sendPort?.send(value);