buildImage method

ThumborUrl buildImage(
  1. String imageUrl
)

Implementation

ThumborUrl buildImage(String imageUrl) {
  return ThumborUrl(host: host, key: key, imageUrl: imageUrl);
}