menu
aptof_core package
documentation
utility/command.dart
Command0
execute method
execute method
dark_mode
light_mode
execute
method
Future
<
void
>
execute
(
)
Execute the Command
Implementation
Future<void> execute() async { return _run(_action); }
aptof_core package
documentation
utility/command
Command0
execute method
Command0 class