routeNameStack static method

Future<List<String>> routeNameStack()

当前路由名栈

Implementation

static Future<List<String>> routeNameStack() async {
  return await _nativeNavigator.routeNameStack();
}