Gets the available playback speeds.
Future<List<double>> getAvailablePlaybackSpeeds() async { return _controller?.getAvailablePlaybackSpeeds() ?? []; }