readAllPhotos abstract method

Future<PhotosResponse> readAllPhotos(
  1. ServiceCall call,
  2. ReadPhotosRequest request
)

Implementation

$async.Future<$0.PhotosResponse> readAllPhotos(
    $grpc.ServiceCall call, $0.ReadPhotosRequest request);