getAuthenticatorData property

ByteBuffer Function() get getAuthenticatorData

Implementation

_i5.ByteBuffer Function() get getAuthenticatorData => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getAuthenticatorData',
      ),
      r'call',
      [this],
    );
set getAuthenticatorData (ByteBuffer value())

Implementation

set getAuthenticatorData(_i5.ByteBuffer Function() value) {
  _i4.setProperty(
    this,
    'getAuthenticatorData',
    _i4.allowInterop(value),
  );
}