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