imagePickerService property

ImagePickerService imagePickerService

A getter method which returns the ImagePickerService that is provided by the developer, if it can't be found then we will use default impl

Implementation

ImagePickerService get imagePickerService {
  return _imagePickerService ?? ImagePickerService.defaultImpl();
}