FlutterFileView class

@Describe: Inside the plugin, this is the class that contains all the tools.

@Author: LiWeNHuI @Date: 2022/9/11

Constructors

FlutterFileView()

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

currentAndroidViewNumber int
The number of currently open views.
getter/setter pair
x5Status Future<X5Status>
获取X5内核当前的状态。
no setter

Static Methods

getTemporaryDirectory() Future<Directory>
Path to the temporary directory on the device that is not backed up and is suitable for storing caches of downloaded files.
init({bool canDownloadWithoutWifi = true, bool canOpenDex2Oat = true}) → void
因为 Android 使用 腾讯X5 内核作为支撑,所以在开始使用前需要进行初始化的操作。