menu
messenger
domain/service/chat.dart
ChatService
ChatService constructor
ChatService
dark_mode
light_mode
ChatService
constructor
ChatService
(
AbstractChatRepository
_chatRepository
,
AuthService
_authService
)
Implementation
ChatService(this._chatRepository, this._authService);
messenger
chat
ChatService
ChatService constructor
ChatService class