getCurrentRouteAddress static method

String? getCurrentRouteAddress()

获取当前路由地址

Implementation

static String? getCurrentRouteAddress() {
  return PageInfoTracker.instance.getCurrentRouteAddress();
}