compressImage static method

Future<Uint8List> compressImage(
  1. String filename,
  2. Uint8List data,
  3. String mineType,
  4. Options opts,
)

Implementation

static Future<Uint8List> compressImage(
    String filename, Uint8List data, String mineType, Options opts) {
  throw UnimplementedError('compressImage() has not been implemented.');
}