supportedGroupEncryptionAlgorithms constant

List<String> const supportedGroupEncryptionAlgorithms

Implementation

static const List<String> supportedGroupEncryptionAlgorithms = [
  AlgorithmTypes.megolmV1AesSha2
];