init method

void init()
inherited

Initialize class

Implementation

void init() {
  _api = Dio(baseOptions);

  if (useInterceptors) {
    _addInterceptors();
  }
}