ChatwootParameters constructor

ChatwootParameters({
  1. required bool isPersistenceEnabled,
  2. required String baseUrl,
  3. required String inboxIdentifier,
  4. required String clientInstanceKey,
  5. String? userIdentifier,
})

Implementation

ChatwootParameters(
    {required this.isPersistenceEnabled,
    required this.baseUrl,
    required this.inboxIdentifier,
    required this.clientInstanceKey,
    this.userIdentifier});