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