enablePersistence property

bool enablePersistence
final

Enables persistence of squadwe client instance's contact, conversation and messages to disk for convenience.

Setting enablePersistence to false holds squadwe client instance's data in memory and is cleared as soon as squadwe client instance is disposed

Implementation

final bool enablePersistence;