ApplicationToolUtils class

应用工具管理类

Constructors

ApplicationToolUtils()
factory

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

cleanCache() Future<bool?>
清空缓存 return true-清空缓存成功,反之失败;
getCacheSize() Future<String?>
获取缓存大小 return e.g 0MB
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 ApplicationToolUtils
no setter