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