ApiService constructor
ApiService()
Returns the singleton instance of ApiService.
Implementation
factory ApiService() {
return _instance;
}
Returns the singleton instance of ApiService.
factory ApiService() {
return _instance;
}