aes256GcmDecrypt abstract method

Future<Uint8List> aes256GcmDecrypt({
  1. required AesDecryptReq req,
  2. dynamic hint,
})

Implementation

Future<Uint8List> aes256GcmDecrypt(
    {required AesDecryptReq req, dynamic hint});