routeObserver property

RouteObserver<PageRoute> routeObserver
getter/setter pair

Supply the means to 'observe' the Flutter's routing mechanism

Implementation

late RouteObserver<PageRoute<dynamic>> routeObserver;