getImage abstract method
Returns an image from the database using the image reference from storage.
Implementation
Future<ImageProvider?> getImage(String imageRef);
Returns an image from the database using the image reference from storage.
Future<ImageProvider?> getImage(String imageRef);