videoUpload$progressDidUpdate method

FutureOr<void> videoUpload$progressDidUpdate(
  1. BDVideoUploaderClient? uploadClient,
  2. NSInteger? progress
)

{zh} @brief 视频上传进度回调。 @param uploadClient 视频上传实例。 @param progress 视频上传的进度。

Implementation

FutureOr<void> videoUpload$progressDidUpdate(
  BDVideoUploaderClient? uploadClient,
  NSInteger? progress,
) async {
  throw UnimplementedError();
}