ApiService constructor

ApiService()

Returns the singleton instance of ApiService.

Implementation

factory ApiService() {
  return _instance;
}