readAllPhotos_Pre method

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

Implementation

$async.Future<$0.PhotosResponse> readAllPhotos_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ReadPhotosRequest> $request) async {
  return readAllPhotos($call, await $request);
}