HivePersistenceConfig constructor
HivePersistenceConfig({})
Implementation
HivePersistenceConfig({
required this.storagePath,
required this.commitLogPath,
required this.accessLogPath,
required this.notificationStoragePath,
String? backendMarkerPath,
this.enableAccessLog = true,
this.enableNotificationKeystore = true,
this.enableCommitLog = true,
}) : backendMarkerPath =
backendMarkerPath ?? '$storagePath/.persistence_backend';