close method

FutureOr<void> close()

{zh} @brief 终止上传,并释放底层上传对象,释放后不能够继续进行上传。

Implementation

FutureOr<void> close() async {
  return await nativeCall('close', []);
}