Plays the previous item in the queue.
@override Future<void> queuePrevItem() async { await _channel.invokeMethod('queuePrevItem'); }