Returns total disk storage space in bytes.
Future<int> getTotalDiskSpace() async { return await _channel.invokeMethod('info.getTotalDiskSpace') ?? 0; }