off<A extends FloatyAction> method
Removes the handler associated with key.
Implementation
void off<A extends FloatyAction>(ActionKey<A> key) {
_handlers.remove(key.type);
}
Removes the handler associated with key.
void off<A extends FloatyAction>(ActionKey<A> key) {
_handlers.remove(key.type);
}