onProgressShow method

void onProgressShow(
  1. bool isShow
)

Implementation

void onProgressShow(bool isShow) {
  print(isShow);
  // if(this.widget.payload?.extra?.openType != 'redirect' && isShow) {
  //
  // } else {
  //   print(this.onProgressShow);
  //   if(this.onProgressShow != null) {
  //     this.onProgressShow!(isShow);
  //   }
  // }
  // this.onProgressShow(isShow);
}