Resumes the audio that has been paused or stopped.
@override Future<void> resume(String playerId) { return _call('resume', playerId); }