Toggle play/pause state
@override Future<void> togglePlayPause() async { await methodChannel.invokeMethod('togglePlayPause'); }