获取系统总容量
@override Future<int?> totalSize() async { return await methodChannel.invokeMethod('getTotalSize'); }