menu
playerctl package
documentation
interfaces/playerctl_interfaces.dart
ICommandExecutor
executeCommand abstract method
executeCommand abstract method
dark_mode
light_mode
executeCommand
abstract method
Future
<
bool
>
executeCommand
(
String
command
, [
String
?
player
])
Implementation
Future<bool> executeCommand(String command, [String? player]);
playerctl package
documentation
interfaces/playerctl_interfaces
ICommandExecutor
executeCommand abstract method
ICommandExecutor class