menu
location_reader package
documentation
view_model/location_picker_cubit/location_picker_cubit.dart
LocationPickerCubit
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Implementation
void clear() => emit(const LocationPickerState());
location_reader package
documentation
view_model/location_picker_cubit/location_picker_cubit
LocationPickerCubit
clear method
LocationPickerCubit class