EncryptedMessage.fromList constructor

EncryptedMessage.fromList(
  1. Uint8List bytes
)

Implementation

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