popBack static method

dynamic popBack({
  1. String? targetPath,
  2. String? openPage,
  3. dynamic result,
})

targetPath目标页面 openPage打开页面 result数据

Implementation

static popBack({String? targetPath, String? openPage, result}) {
  _router._popBack(
      targetPath: targetPath, showPage: openPage, result: result);
}