ChatChannels constructor

const ChatChannels({
  1. Key? key,
  2. required String chatApiToken,
  3. required String appId,
  4. required String fcmToken,
  5. String? userIdentifier,
})

Implementation

const ChatChannels(
    {super.key,
    required this.chatApiToken,
    required this.appId,
    required this.fcmToken,
    this.userIdentifier});