CarpAuthService constructor
CarpAuthService()
Returns the singleton default instance of the CarpAuthService. Before this instance can be used, it must be configured using the configure method.
Implementation
factory CarpAuthService() => _instance;