@override Future<void> resumeTrack(String trackId) async { _requireTrack(trackId); await resumeCurrentTrack(); }