SessionRepository constructor
- GraphQlProvider _graphQlProvider,
- AccountDriftProvider _accountLocal,
- VersionDriftProvider _versionLocal,
- SessionDriftProvider _sessionLocal,
- GeoLocationDriftProvider _geoLocal,
- GeoLocationProvider _geoProvider,
Implementation
SessionRepository(
this._graphQlProvider,
this._accountLocal,
this._versionLocal,
this._sessionLocal,
this._geoLocal,
this._geoProvider,
);