setSmartMachineCredentials_Pre method
- ServiceCall call,
- Future<SetSmartMachineCredentialsRequest> request
Implementation
$async.Future<$36.SetSmartMachineCredentialsResponse> setSmartMachineCredentials_Pre($grpc.ServiceCall call, $async.Future<$36.SetSmartMachineCredentialsRequest> request) async {
  return setSmartMachineCredentials(call, await request);
}