menu
simple_command package
documentation
commands.dart
AsyncRelayCommand<TIn>
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
@
protected
@
override
Future
<
void
>
execute
(
[
Object
?
parameter
])
override
Internally executes this command.
Implementation
@protected @override Future<void> execute([Object? parameter]);
simple_command package
documentation
commands
AsyncRelayCommand<TIn>
execute abstract method
AsyncRelayCommand class