send method

Future<SendResult> send({
  1. required MeshProtocol protocol,
  2. bool keepMessageId = false,
})

Implementation

Future<SendResult> send({
  required MeshProtocol protocol,
  bool keepMessageId = false,
}) async {
  throw UnimplementedError('send() has not been implemented.');
}