topRouteName static method

Future<String?> topRouteName()

最上层路由名称

Implementation

static Future<String?> topRouteName() async {
  return await _nativeNavigator.topRouteName();
}