yShowProgress function

void yShowProgress()

打开进度条,传入page可拦截安卓返回键

Implementation

void yShowProgress() {
  _getPlugin()!.showProgress();
}