getPhotos method
Implementation
$grpc.ResponseStream<$0.Photo> getPhotos($0.AlbumRequest request,
{$grpc.CallOptions? options}) {
return $createStreamingCall(
_$getPhotos, $async.Stream.fromIterable([request]),
options: options);
}