publishMessage method
Publish message created by Topic.createMessage.
Implementation
@override
Future<CtrlMessage> publishMessage(Message a) {
return Future.error(Exception("Publishing to 'me' is not supported"));
}
Publish message created by Topic.createMessage.
@override
Future<CtrlMessage> publishMessage(Message a) {
return Future.error(Exception("Publishing to 'me' is not supported"));
}