LinkRepository constructor
- GraphQlProvider _graphQlProvider,
- VersionDriftProvider _versionLocal, {
- required UserId me,
Implementation
LinkRepository(this._graphQlProvider, this._versionLocal, {required this.me});
LinkRepository(this._graphQlProvider, this._versionLocal, {required this.me});