PhindClient constructor
PhindClient(
- PhindConfig config
Implementation
PhindClient(this.config) {
// Use unified Dio client factory with Phind-specific strategy
_dio = DioClientFactory.create(
strategy: PhindDioStrategy(),
config: config,
);
}