CometChat constructor
CometChat(
- String appId, {
- @deprecated String? authKey,
- String region = 'us',
Constructor for creating CometChat object
appId
refers to your CometChat App ID.
region
The region where the app was created.
Implementation
CometChat(
this.appId, {
@deprecated this.authKey,
this.region = 'us',
});