getReadings method
ResponseFuture<GetReadingsResponse>
getReadings(
- GetReadingsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$14.GetReadingsResponse> getReadings($14.GetReadingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getReadings, request, options: options);
}