PreKeyBundle constructor

PreKeyBundle(
  1. int _registrationId,
  2. int _deviceId,
  3. int? _preKeyId,
  4. ECPublicKey? _preKeyPublic,
  5. int _signedPreKeyId,
  6. ECPublicKey? _signedPreKeyPublic,
  7. Uint8List? _signedPreKeySignature,
  8. IdentityKey _identityKey,
)

Implementation

PreKeyBundle(
    this._registrationId,
    this._deviceId,
    this._preKeyId,
    this._preKeyPublic,
    this._signedPreKeyId,
    this._signedPreKeyPublic,
    this._signedPreKeySignature,
    this._identityKey);