sendMsg static method

dynamic sendMsg(
  1. String msg
)

Implementation

static sendMsg(String msg) {
  _channel.invokeMethod('sendMsg', <String, String>{'msg': msg});
}