menu
fk_booster package
documentation
presentation/command.dart
Command0<T>
execute method
execute method
dark_mode
light_mode
execute
method
Future
<
void
>
execute
(
)
Executes the action.
Implementation
Future<void> execute() async { await _execute(_action); }
fk_booster package
documentation
presentation/command
Command0<T>
execute method
Command0 class