menu
playerctl package
documentation
services/playerctl_service.dart
PlayerctlService
isPlayerAvailable method
isPlayerAvailable method
dark_mode
light_mode
isPlayerAvailable
method
Future
<
bool
>
isPlayerAvailable
(
String
playerName
)
Implementation
Future<bool> isPlayerAvailable(String playerName) => _playerDetector.isPlayerAvailable(playerName);
playerctl package
documentation
services/playerctl_service
PlayerctlService
isPlayerAvailable method
PlayerctlService class