LocationPickerCubit constructor

LocationPickerCubit({
  1. required GetCurrentLocation getCurrentLocation,
})

Implementation

LocationPickerCubit({required this.getCurrentLocation})
  : super(const LocationPickerState());