ChatUseCases

data class ChatUseCases @Inject constructor(val insertChat: InsertChat, val deleteChat: DeleteChat, val deleteAllChat: DeleteAllChat, val getAllChat: GetAllChat)

Constructors

Link copied to clipboard
@Inject
constructor(insertChat: InsertChat, deleteChat: DeleteChat, deleteAllChat: DeleteAllChat, getAllChat: GetAllChat)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard