CipherRegen constructor

CipherRegen({
  1. Map<String, Uint8List>? keys,
})

Implementation

CipherRegen({this.keys});