enablePersistence property
Enables persistence of chatwoot client instance's contact, conversation and messages to disk for convenience.
Setting enablePersistence to false holds chatwoot client instance's data in memory and is cleared as soon as chatwoot client instance is disposed
Implementation
final bool enablePersistence;