getPhotos abstract method

Stream<Photo> getPhotos(
  1. ServiceCall call,
  2. AlbumRequest request
)

Implementation

$async.Stream<$0.Photo> getPhotos(
    $grpc.ServiceCall call, $0.AlbumRequest request);