sendByteMsg static method

dynamic sendByteMsg(
  1. Uint8List msg
)

Implementation

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