aes256GcmEncrypt abstract method

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

Implementation

Future<Uint8List> aes256GcmEncrypt(
    {required AesEncryptReq req, dynamic hint});