authenticatorAttachment property

String authenticatorAttachment

Implementation

String get authenticatorAttachment =>
    js_util.getProperty(this, 'authenticatorAttachment');
void authenticatorAttachment=(String newValue)

Implementation

set authenticatorAttachment(String newValue) {
  js_util.setProperty(this, 'authenticatorAttachment', newValue);
}