unRegisterForMessage method

  1. @override
void unRegisterForMessage(
  1. MqttMessageType msgType
)
override

UnRegisters for the receipt of messages when they arrive.

Implementation

@override
void unRegisterForMessage(MqttMessageType msgType) {
  messageProcessorRegistry.remove(msgType);
}