removeFallbackListener method Null safety
- Function listener
remove an event handler for an event that don't have a specific class
Implementation
void removeFallbackListener(Function listener) {
fallbackHandlers.remove(listener);
}
remove an event handler for an event that don't have a specific class
void removeFallbackListener(Function listener) {
fallbackHandlers.remove(listener);
}