stop method

FutureOr<void> stop()

{zh} @brief 暂停上传。

Implementation

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