decryptFromSignal method

Future<Uint8List> decryptFromSignal(
  1. SignalMessage cipherText
)

Implementation

Future<Uint8List> decryptFromSignal(SignalMessage cipherText) async =>
    decryptFromSignalWithCallback(cipherText, () {}());