authenticatorAttachment property
String?
get
authenticatorAttachment
Implementation
String? get authenticatorAttachment =>
js_util.getProperty(this, 'authenticatorAttachment');
set
authenticatorAttachment
(String? newValue)
Implementation
set authenticatorAttachment(String? newValue) {
js_util.setProperty(this, 'authenticatorAttachment', newValue);
}