DecryptionCallback typedef

DecryptionCallback = void Function(Uint8List plaintext)

Implementation

typedef DecryptionCallback = void Function(Uint8List plaintext);