getMachineStatus_Pre method

Future<GetMachineStatusResponse> getMachineStatus_Pre(
  1. ServiceCall call,
  2. Future<GetMachineStatusRequest> request
)

Implementation

$async.Future<$30.GetMachineStatusResponse> getMachineStatus_Pre($grpc.ServiceCall call, $async.Future<$30.GetMachineStatusRequest> request) async {
  return getMachineStatus(call, await request);
}