AESGCM256 constructor

AESGCM256({
  1. required String key,
})

Implementation

AESGCM256({
  required this.key,
});