currentRoutingLocation top-level property
final
Implementation
final currentRoutingLocation =
StateNotifierProvider<LocationStateNotifier, String>(
(ref) => LocationStateNotifier(),
);
final currentRoutingLocation =
StateNotifierProvider<LocationStateNotifier, String>(
(ref) => LocationStateNotifier(),
);