removeMessageHandler method
Removes the callback handler for a certain messageID.
Implementation
void removeMessageHandler(int messageID) {
_messageHandlers.remove(messageID);
}
Removes the callback handler for a certain messageID.
void removeMessageHandler(int messageID) {
_messageHandlers.remove(messageID);
}