BDUploadUtil class
- Inheritance
-
- Object
- NativeClass
- BDUploadUtil
Constructors
- BDUploadUtil.new([NativeClassOptions? options])
Properties
Methods
-
destroy(
) → void -
inherited
-
nativeCall<
T> (String method, [List? args, NativeMethodMeta? meta]) → Future< T> -
Call instance method
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendInstanceGet<
T> (String property) → Future< T> -
Get instance property
inherited
-
sendInstanceSet(
String property, dynamic value) → Future< void> -
Set instance property
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateResource(
NativeResource resource) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setEnableNativeLog(
Boolean enableNativeLog) → FutureOr< void> - {zh} @brief 开启native日志
-
setSDKConfigDir(
String dir) → FutureOr< void> - {zh} @brief 指定断点续传配置文件存放目录,上传 SDK 需要有读写权限,初始化后全局设置 1 次即可。 @detail api @param dir 指定断点续传配置的文件存放目录