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