fullImage method

Future<Image?> fullImage()

Implementation

Future<Image?> fullImage() =>
    fullImageGetter?.call() ?? Future.value(thumbnail);