getPhotos_Pre method
Implementation
$async.Stream<$0.Photo> getPhotos_Pre(
$grpc.ServiceCall call, $async.Future<$0.AlbumRequest> request) async* {
yield* getPhotos(call, await request);
}
$async.Stream<$0.Photo> getPhotos_Pre(
$grpc.ServiceCall call, $async.Future<$0.AlbumRequest> request) async* {
yield* getPhotos(call, await request);
}