Switch to and play a specific player index
@override Future<void> switchTo(int index) async { await methodChannel.invokeMethod('switchTo', {'index': index}); }