openPickImage abstract method
Implementation
Future<String?> openPickImage(
DeviceMediaSource source, {
bool needCrop = false,
CropType cropType = CropType.circle,
bool isCameraFront = false,
bool needCompress = false,
int? maxWidth,
int? maxHeight,
});