VUtil class

Constructors

VUtil()

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

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

isRoot Future<bool?>
no setter
platformVersion Future<String?>
no setter

Static Methods

getDataToSettings(String key, String defaultValue) Future<String?>
openApp(String packageName, String activityPath) Future<bool?>
replaceWord(String ftlDir, String ftlName, String docPath) Future<bool?>
saveToGallery(String filePath, {String? dir}) Future<bool?>
dir为Environment中的变量,如 Environment.DIRECTORY_DCIM
setDataToSettings(String key, String value) Future<bool?>