aesDecrypt method

Uint8List aesDecrypt(
  1. Uint8List data
)

Implementation

Uint8List aesDecrypt(Uint8List data) => _aes.aesDecrypt(data);