menu
simple_command package
documentation
commands.dart
TwoWayCommand<TIn, TOut>
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
@
protected
@
override
TOut?
execute
(
[
covariant
TIn?
parameter
])
override
Internally executes this command.
Implementation
@protected @override TOut? execute([covariant TIn? parameter]);
simple_command package
documentation
commands
TwoWayCommand<TIn, TOut>
execute abstract method
TwoWayCommand class