AuthenticatingAPIClient constructor

AuthenticatingAPIClient(
  1. Function refreshFunction,
  2. {required String basePath}
)

Implementation

AuthenticatingAPIClient(this.refreshFunction, {required super.basePath}) {
  cacheManager = kDebugMode || kIsWeb ? CacheManager() : DiskCacheManager();
}