LocationPickerCubit constructor
LocationPickerCubit({
- required GetCurrentLocation getCurrentLocation,
Implementation
LocationPickerCubit({required this.getCurrentLocation})
: super(const LocationPickerState());