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