FirebaseChatCoreConfig constructor

const FirebaseChatCoreConfig(
  1. String? firebaseAppName,
  2. String roomsCollectionName,
  3. String usersCollectionName
)

Implementation

const FirebaseChatCoreConfig(
  this.firebaseAppName,
  this.roomsCollectionName,
  this.usersCollectionName,
);