start method

FutureOr<void> start()

{zh} @brief 开始上传。

Implementation

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