getPhotos_Pre method

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

Implementation

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