PhindClient constructor

PhindClient(
  1. PhindConfig config
)

Implementation

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