compressImageList static method

Future<List<String?>> compressImageList(
  1. List<CompressObject> objects
)

Implementation

static Future<List<String?>> compressImageList(
    List<CompressObject> objects) async {
  return compute(_lubanCompressList, objects);
}