/// <summary> /// Pauses playback of the currently loaded media. /// </summary> public void Pause() { Commands.Pause(); }
/// <summary> /// Pauses playback of the currently loaded media. /// </summary> public async void Pause() { await Commands.Pause(); }