PhindProvider constructor

PhindProvider(
  1. PhindConfig config
)

Implementation

PhindProvider(this.config) : client = PhindClient(config) {
  _chat = PhindChat(client, config);
}