The base class where all manager classes are derived from.
All manager classes interact with your app backend through the RESTful API and uses a Fetcher object. This base class keeps a reference to this fetcher object, and any class that is inherited from this base can use it.
The base class where all manager classes are derived from.
All manager classes interact with your app backend through the RESTful API and uses a Fetcher object. This base class keeps a reference to this fetcher object, and any class that is inherited from this base can use it.