getSmartMachineStatus_Pre method

Future<GetSmartMachineStatusResponse> getSmartMachineStatus_Pre(
  1. ServiceCall call,
  2. Future<GetSmartMachineStatusRequest> request
)

Implementation

$async.Future<$32.GetSmartMachineStatusResponse> getSmartMachineStatus_Pre($grpc.ServiceCall call, $async.Future<$32.GetSmartMachineStatusRequest> request) async {
  return getSmartMachineStatus(call, await request);
}