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