encryptionEnabled property
bool
get
encryptionEnabled
Whether this client supports end-to-end encryption using olm.
Implementation
bool get encryptionEnabled => encryption?.enabled == true;
Whether this client supports end-to-end encryption using olm.
bool get encryptionEnabled => encryption?.enabled == true;