判断路由routeName是否为根路由
@override Future<bool> isRoot(String routeName) async { return navigatorObserver.isRootRoute(routeName); }