sduiRouteObserver top-level property
Instance of FlutterLocalNotificationsPlugin Route observer to track route navigation so that we can reload screens when poped. See DynamicRouteState.didPopNext(). IMPORTANT: This route observer must be added to the application
Implementation
// final FlutterLocalNotificationsPlugin _localNotificationsPlugin =
// FlutterLocalNotificationsPlugin();
/// Route observer to track route navigation so that we can reload screens when poped.
/// See DynamicRouteState.didPopNext().
/// IMPORTANT: This route observer must be added to the application
final RouteObserver<ModalRoute> sduiRouteObserver = RouteObserver<ModalRoute>();