FirestoreChatViewModel constructor
FirestoreChatViewModel(
- BuildContext context,
- ChatEntity chatEntity
Creates a view model for chatEntity, using context for navigation
and locale-aware formatting.
Implementation
FirestoreChatViewModel(this.context, this.chatEntity);