create method
Implementation
Future<void> create() async {
await _setupChat();
await _setupDialog(identifierRead);
await _setupDialog(identifierUnread);
}
Future<void> create() async {
await _setupChat();
await _setupDialog(identifierRead);
await _setupDialog(identifierUnread);
}