ChatRepository constructor
ChatRepository( - GraphQlProvider _graphQlProvider,
- ChatDriftProvider _chatLocal,
- ChatItemDriftProvider _itemsLocal,
- ChatMemberDriftProvider _membersLocal,
- AbstractCallRepository _callRepo,
- DraftDriftProvider _draftLocal,
- UserRepository _userRepo,
- VersionDriftProvider _sessionLocal,
- MonologDriftProvider _monologLocal, {
- required UserId me,
})
Implementation
ChatRepository(
this._graphQlProvider,
this._chatLocal,
this._itemsLocal,
this._membersLocal,
this._callRepo,
this._draftLocal,
this._userRepo,
this._sessionLocal,
this._monologLocal, {
required this.me,
});