getTotalDiskSpace property

Future<double?> get getTotalDiskSpace

Implementation

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