static onSelectNotificationOldIOS( int? id, String? _, String? __, String? ___, ) async { if (id != null) await stopAlarm(id); }