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