FileUtil class

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

deleteFile(String path) Future<Object>
删除文件
getAllSubFile(String path) Future<Object>
遍历所有文件
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeCounter(String path, String content) → void
writeToFile(File file, String notes) → void

Operators

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

Static Properties

shared FileUtil
getter/setter pair