registration property

TRegistration get registration

The registration of this client.

Implementation

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