getPhoto method Null safety

Future<Result<Photo>> getPhoto(
  1. PhotoId photoId
)

Returns result with a single photo.

Implementation

Future<Result<Photo>> getPhoto(PhotoId photoId);