constraint: share_plus 6.3.2

This commit is contained in:
lollipopkit
2023-05-08 17:43:25 +08:00
parent 6a4d4f9bca
commit 3f9f589178
7 changed files with 15 additions and 51 deletions

View File

@@ -1,17 +1,6 @@
import '../../res/misc.dart';
class DiskInfo {
/*
{
"mountPath": "",
"mountLocation": "",
"usedPercent": 0,
"used": "",
"size": "",
"avail": ""
}
*/
late String path;
late String loc;
late int usedPercent;