registration property
The registration of this client.
Implementation
TRegistration get registration =>
_registration ??
(throw NotConfiguredException(
'ClientManager has not been configured yet. Call configure() first.',
));
The registration of this client.
TRegistration get registration =>
_registration ??
(throw NotConfiguredException(
'ClientManager has not been configured yet. Call configure() first.',
));