menu
meowchannel package
documentation
core/dispatcher.dart
Dispatcher typedef
Dispatcher typedef
dark_mode
light_mode
Dispatcher
typedef
Dispatcher
=
Future
<
void
>
Function
(
dynamic
action
)
Implementation
typedef Dispatcher = Future<void> Function(dynamic action);
meowchannel package
documentation
core/dispatcher
Dispatcher typedef
dispatcher library