instance static method
Gets the database shared instance.
Implementation
static HttpAuthCredentialDatabase instance() {
return (_instance != null) ? _instance! : _init();
}
Gets the database shared instance.
static HttpAuthCredentialDatabase instance() {
return (_instance != null) ? _instance! : _init();
}