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