LocalStorage constructor
LocalStorage({
- required ChatwootUserDao userDao,
- required ChatwootConversationDao conversationDao,
- required ChatwootContactDao contactDao,
- required ChatwootMessagesDao messagesDao,
Implementation
LocalStorage({
required this.userDao,
required this.conversationDao,
required this.contactDao,
required this.messagesDao,
});