EncryptedMessage.fromList constructor

EncryptedMessage.fromList(
  1. Uint8List bytes
)

Implementation

EncryptedMessage.fromList(Uint8List super.bytes)
    : super.withConstraintRange(min: nonceLength);