realDealerServiceOverrides top-level property

List<Override> realDealerServiceOverrides
final

Overrides for providers within the Dealer Service app that are more useful for the real app. Should generally not be used within tests.

Implementation

final realDealerServiceOverrides = <Override>[
  navObserversFactoryProvider.overrideWithValue(_createRealObservers),
];