Compare commits
1 Commits
e049cab9ad
...
1.4.7
| Author | SHA1 | Date | |
|---|---|---|---|
| 46f8dbc67e |
@@ -320,10 +320,7 @@ class _BatteryHealthPageState extends State<BatteryHealthPage>
|
|||||||
|
|
||||||
// ---------- 读取当前数据 ----------
|
// ---------- 读取当前数据 ----------
|
||||||
Future<void> readBatteryCapacity() async {
|
Future<void> readBatteryCapacity() async {
|
||||||
dev.log(
|
dev.log('🔴🔴🔴 readBatteryCapacity 被调用了 🔴🔴🔴', name: 'BatteryHealth');
|
||||||
'🔵 ========== readBatteryCapacity 开始 ==========',
|
|
||||||
name: 'BatteryHealth',
|
|
||||||
);
|
|
||||||
|
|
||||||
_safState = await _safService.getPermissionState();
|
_safState = await _safService.getPermissionState();
|
||||||
dev.log('🔵 SAF状态: $_safState', name: 'BatteryHealth');
|
dev.log('🔵 SAF状态: $_safState', name: 'BatteryHealth');
|
||||||
|
|||||||
Reference in New Issue
Block a user