getSmartMachineStatus method

ResponseFuture<GetSmartMachineStatusResponse> getSmartMachineStatus(
  1. GetSmartMachineStatusRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$32.GetSmartMachineStatusResponse> getSmartMachineStatus($32.GetSmartMachineStatusRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getSmartMachineStatus, request, options: options);
}