currentRoutingLocation top-level property

dynamic currentRoutingLocation
final

Implementation

final currentRoutingLocation =
    StateNotifierProvider<LocationStateNotifier, String>(
      (ref) => LocationStateNotifier(),
    );