decrypt method

Uint8List decrypt(
  1. String IVKey
)

Implementation

Uint8List decrypt(String IVKey) => Uint8List.fromList(Crypt.decryptBytes(this, IVKey));