openPickImage abstract method

Future<String?> openPickImage(
  1. DeviceMediaSource source, {
  2. bool needCrop = false,
  3. CropType cropType = CropType.circle,
  4. bool isCameraFront = false,
  5. bool needCompress = false,
  6. int? maxWidth,
  7. int? maxHeight,
})

Implementation

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