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