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