MsgIsFlushComplete property

Future<int> get MsgIsFlushComplete

{zh} @brief 视频秒传完成通知。调用 close() 来释放上传对象。

Implementation

static Future<int> get MsgIsFlushComplete async {
  return await NativeClassUtils.sendStaticGet<int>(
    _$namespace,
    "MsgIsFlushComplete",
  );
}