menu
simple_command package
documentation
commands.dart
TwoWayCommand<TIn, TOut>
call abstract method
call abstract method
dark_mode
light_mode
call
abstract method
@
override
TOut?
call
(
[
Object
?
parameter
])
override
Executes this command.
Implementation
@override TOut? call([Object? parameter]);
simple_command package
documentation
commands
TwoWayCommand<TIn, TOut>
call abstract method
TwoWayCommand class