invoke

operator fun invoke(block: SQLiteStorageConfig.() -> Unit = {}): SQLPushStorage

Invoke operator to create SQLPushStorage with DSL syntax.

Example usage:

val storage = SQLPushStorage {
context = applicationContext
databaseName = "custom_push.db"
allowDestructiveRecovery = true
}