unRegisterForMessage method
UnRegisters for the receipt of messages when they arrive.
Implementation
@override
void unRegisterForMessage(MqttMessageType msgType) {
messageProcessorRegistry.remove(msgType);
}
UnRegisters for the receipt of messages when they arrive.
@override
void unRegisterForMessage(MqttMessageType msgType) {
messageProcessorRegistry.remove(msgType);
}