plugSelectedLocationProvider top-level property

StateProvider<PlugLocation?> plugSelectedLocationProvider
final

The raw GPS / map-picked location (set before address form is filled).

Implementation

final plugSelectedLocationProvider =
    StateProvider<PlugLocation?>((ref) => null);