Future<void> mediaPlayerResume(int index) async { if (_mediaPlayers[index] == null) { return; } return _mediaPlayers[index].instance.resume(); }