DiskCapacityPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DiskCapacityPlatform
Implementers

Constructors

DiskCapacityPlatform()
Constructs a DiskCapacityPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFreeDiskSpace() Future<double>
getFreeDiskSpaceForPath(String path) Future<double>
getTotalDiskSpace() Future<double>
getTotalDiskSpaceForPath(String path) Future<double>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DiskCapacityPlatform
The default instance of DiskCapacityPlatform to use.
getter/setter pair