isConfigured property
Determines whether a DeviceRegistration has been configured for this client,
which is necessary to start adding studies.
Implementation
bool get isConfigured => repository.deviceRegistration != null;
Determines whether a DeviceRegistration has been configured for this client,
which is necessary to start adding studies.
bool get isConfigured => repository.deviceRegistration != null;