PrivateEncryptedChannelEventDataEncodeDelegate typedef

PrivateEncryptedChannelEventDataEncodeDelegate = String Function(Uint8List bytes)

A delegate function used for encoding the decrypted message received from the server.

Implementation

typedef PrivateEncryptedChannelEventDataEncodeDelegate = String Function(
  Uint8List bytes,
);