invoke
Invoke operator to create SQLOathStorage with DSL syntax.
Example usage:
val storage = SQLOathStorage {
context = applicationContext
databaseName = "custom_oath.db"
allowDestructiveRecovery = true
}Content copied to clipboard
Invoke operator to create SQLOathStorage with DSL syntax.
Example usage:
val storage = SQLOathStorage {
context = applicationContext
databaseName = "custom_oath.db"
allowDestructiveRecovery = true
}