xWingSeed property
This APKAM keypair's X-Wing secret seed — for decapsulation by composing mixins, not for application use.
Implementation
@protected
Uint8List get xWingSeed {
if (_xWingSeed == null) {
throw StateError('register() has not been called');
}
return _xWingSeed!;
}