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