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