import 'package:get/get.dart'; class LowBatteryReminderState { var isLowBatteryNotify = false.obs; // 是否低电量提醒 }