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