Returns true if URL extension matches an image type.
static bool isImageUrl(String url) => _getMediaType(url) == MediaType.image;