sendMsg method

Future<Int?> sendMsg(
  1. Uint8List bytes
)

Implementation

Future<Int?> sendMsg(Uint8List bytes) {
  throw UnimplementedError('sendMsg() has not been implemented.');
}