getSmartMachineStatus method

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

Implementation

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