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