complete method

void complete(
  1. String id,
  2. int size,
  3. String url,
  4. int type,
)

Implementation

void complete(String id, int size, String url, int type) {
  onComplete?.call(id, size, url, type);
}