ApiClient constructor

ApiClient()

Implementation

ApiClient() {
  final dio = Dio();
  _apiService = ApiService(dio);
}