获取系统可用容量
@override Future<int?> freeSize() async { return await methodChannel.invokeMethod('getFreeSize'); }