WindowsDiskUtilsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WindowsDiskUtilsPlatform
Implementers

Constructors

WindowsDiskUtilsPlatform()
Constructs a WindowsDiskUtilsPlatform.

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

createFile(String path, [String? content]) Future<bool>
createFolder(String path) Future<bool>
deleteFile(String path) Future<bool>
deleteFolder(String path) Future<bool>
getDisks() Future<List<DiskInfo>>
Returns a list of available disks on the system.
getFileMetadata(String path) Future<FileSystemEntityInfo?>
getFolderMetadata(String path) Future<FileSystemEntityInfo?>
getPlatformVersion() Future<String?>
listFiles(String path) Future<List<FileSystemEntityInfo>>
listFolder(String path) Future<List<FileSystemEntityInfo>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFile(String path) Future<String?>
toString() String
A string representation of this object.
inherited
writeFile(String path, String content) Future<bool>

Operators

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

Static Properties

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