menu
lemon_dispatch package
documentation
Dispatcher.dart
Handler<T>
canHandle method
canHandle method
dark_mode
light_mode
canHandle
method
bool
canHandle
(
dynamic
value
)
Implementation
bool canHandle(var value) { return value is T; }
lemon_dispatch package
documentation
Dispatcher
Handler<T>
canHandle method
Handler class