instance static method

Gets the database shared instance.

Implementation

static HttpAuthCredentialDatabase instance() {
  return (_instance != null) ? _instance! : _init();
}