ChatConfig constructor
const
ChatConfig({})
Create basic configuration.
Implementation
const ChatConfig({
required this.databasePath,
this.encryptionKey,
this.enableLogging = false,
this.maxRetryAttempts = 10,
this.heartbeatInterval = const Duration(seconds: 30),
this.syncInterval = const Duration(minutes: 5),
});