setSmartMachineCredentials_Pre method

Future<SetSmartMachineCredentialsResponse> setSmartMachineCredentials_Pre(
  1. ServiceCall call,
  2. Future<SetSmartMachineCredentialsRequest> request
)

Implementation

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