plugSelectedLocationProvider top-level property
The raw GPS / map-picked location (set before address form is filled).
Implementation
final plugSelectedLocationProvider =
StateProvider<PlugLocation?>((ref) => null);
The raw GPS / map-picked location (set before address form is filled).
final plugSelectedLocationProvider =
StateProvider<PlugLocation?>((ref) => null);