persistenceEnabled property

bool persistenceEnabled

Whether the chat persistence is available or not

Implementation

bool get persistenceEnabled => _chatPersistenceClient != null;