InvitesRepository constructor
- InvitesDatasource _invites,
- AuthRepository _auth,
- CalendarPlanRepository _plan
Holds all invites for the current user
Implementation
InvitesRepository(this._invites, this._auth, this._plan) : super(AsyncValue.loading()) {
watchAsync(_auth);
}