getCurrentParams static method

Map<String, dynamic>? getCurrentParams()

获取当前页面参数

Implementation

static Map<String, dynamic>? getCurrentParams() {
  return PageInfoTracker.instance.getCurrentParams();
}