publishMessage method
Publishing to TopicFnd is not supported
Implementation
@override
Future<CtrlMessage> publishMessage(Message a) {
return Future.error(Exception("Publishing to 'fnd' is not supported"));
}
Publishing to TopicFnd is not supported
@override
Future<CtrlMessage> publishMessage(Message a) {
return Future.error(Exception("Publishing to 'fnd' is not supported"));
}