DatabaseProtocol
public protocol DatabaseProtocol : AnyObject, Sendable
The database acting as a core crypto keystore.
-
getLocation()AsynchronousGet the location of the database Returns null if in-memory
Declaration
Swift
func getLocation() async throws -> String?