send method

dynamic send(
  1. String msg
)

Implementation

send(String msg) {
  _channel?.sink.add(msg);
}