removeCallback method
Remove the callback for a specific key
Implementation
void removeCallback(String key,
MessageCallbackFunction callback) {
_handlers.remove(key);
}
Remove the callback for a specific key
void removeCallback(String key,
MessageCallbackFunction callback) {
_handlers.remove(key);
}