compressAndGetFile method

  1. @override
Future<XFile?> compressAndGetFile(
  1. String path,
  2. String targetPath, {
  3. int minWidth = 1920,
  4. int minHeight = 1080,
  5. int inSampleSize = 1,
  6. int quality = 95,
  7. int rotate = 0,
  8. bool autoCorrectionAngle = true,
  9. CompressFormat format = CompressFormat.jpeg,
  10. bool keepExif = false,
  11. int numberOfRetries = 5,
})
override

Implementation

@override
Future<XFile?> compressAndGetFile(String path, String targetPath,
    {int minWidth = 1920,
    int minHeight = 1080,
    int inSampleSize = 1,
    int quality = 95,
    int rotate = 0,
    bool autoCorrectionAngle = true,
    CompressFormat format = CompressFormat.jpeg,
    bool keepExif = false,
    int numberOfRetries = 5}) {
  throw UnimplementedError();
}