off method
Remove a callback.
Implementation
void off(String type, void Function(PaletteMessage) callback) {
_typeCallbacks[type]?.remove(callback);
}
Remove a callback.
void off(String type, void Function(PaletteMessage) callback) {
_typeCallbacks[type]?.remove(callback);
}