v1DeleteAuthenticatorsResult constructor

const v1DeleteAuthenticatorsResult({
  1. required List<String> authenticatorIds,
})

Implementation

const v1DeleteAuthenticatorsResult({
  required  this.authenticatorIds,
});