getCurrentPageName static method

String? getCurrentPageName()

获取当前页面名称

Implementation

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