hasDatabaseFor

open override fun hasDatabaseFor(address: String?): Boolean(source)

Returns true if a database exists for the given device address. Android Room stores DB files without an extension; JVM/iOS append .db. We check both to stay platform-agnostic.