isUnknownSession property

bool get isUnknownSession

Whether this session is unknown to others

Implementation

bool get isUnknownSession =>
    userDeviceKeys[userID]?.deviceKeys[deviceID]?.signed != true;