encryptionEnabled property

bool encryptionEnabled

Whether this client supports end-to-end encryption using olm.

Implementation

bool get encryptionEnabled => encryption?.enabled == true;