getImage abstract method

Future<ImageProvider<Object>?> getImage(
  1. String imageRef
)

Returns an image from the database using the image reference from storage.

Implementation

Future<ImageProvider?> getImage(String imageRef);