getFreeDiskSpace property

Future<double?> get getFreeDiskSpace

Implementation

Future<double?> get getFreeDiskSpace async {
  return null;
}