ExplorerProvider class abstract

Implementers

Constructors

ExplorerProvider()

Properties

currentPath String
Explorer actual path
no setter
entryPath String
Explorer starts path
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy(Entry from, Entry to) Future<void>
Copy file or dir
go(String path) Future<List<Entry>>
Navigate to specific path
newDirectory(String name) Future<ExplorerDirectory>
Create new directory at currentPath
newFile(String name) Future<ExplorerFile>
Create new file at currentPath
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Entry entry) Future<void>
Recursive remove file or dir at currentPath
toString() String
A string representation of this object.
inherited

Operators

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