call method

FetchBlurHashProvider call({
  1. required File file,
})

See also fetchBlurHash.

Implementation

FetchBlurHashProvider call({
  required File file,
}) {
  return FetchBlurHashProvider(
    file: file,
  );
}