menu
playerctl package
documentation
services/playerctl_service.dart
PlayerctlService
cycleLoop method
cycleLoop method
dark_mode
light_mode
cycleLoop
method
Future
<
bool
>
cycleLoop
(
[
String
?
player
])
Implementation
Future<bool> cycleLoop([String? player]) => _playbackController.cycleLoop(player);
playerctl package
documentation
services/playerctl_service
PlayerctlService
cycleLoop method
PlayerctlService class