repository property
ClientRepository<TStudy>
get
repository
Repository within which the state of this client is stored.
Implementation
ClientRepository<TStudy> get repository =>
_repository ??
(throw NotConfiguredException(
'ClientManager has not been configured yet. Call configure() first.',
));