Companion

object Companion

Functions

Link copied to clipboard

Creates a new instance of BibleProvider with a default BibleStoreService implementation. This factory method sets up the database connection and wraps it with the appropriate service layer.

fun create(dbFactory: BibleDatabaseFactory, filePath: String): BibleProvider

Creates a new instance of BibleProvider with a default BibleStoreService implementation. This factory method sets up the database connection using the provided factory and file path.