AgeIdentity constructor

const AgeIdentity(
  1. String _privateKeyPrefix,
  2. Uint8List _privateKey
)

Implementation

const AgeIdentity(this._privateKeyPrefix, this._privateKey);