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