getCurrentRenderingProgress abstract method

Future<int> getCurrentRenderingProgress()

获取当前渲染进度

必须在加载资源完成后才能调用,否则返回值为 0

  • Returns 当前渲染进度

Implementation

Future<int> getCurrentRenderingProgress();