decrypt method

Future<Uint8List> decrypt(
  1. PreKeySignalMessage ciphertext
)

Implementation

Future<Uint8List> decrypt(PreKeySignalMessage ciphertext) async =>
    decryptWithCallback(ciphertext, () {}());