service property

ImagePickerService? service
final

The ImagePickerService can be used if you want to use your own implementation of the Image Service if you want to use it for testing or add more features. If null the current implementation will be used.

Implementation

final ImagePickerService? service;