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