imageFetchFunc property

FutureOr<Uint8List> Function(Uri url) imageFetchFunc
final

The function used to fetch profile image by URL.

Defaults to http.get().

Implementation

final FutureOr<Uint8List> Function(Uri url) imageFetchFunc;