getForceRelayCandidate method
Returns the forceRelayCandidate setting from the current config
Implementation
bool getForceRelayCandidate() {
final config = _storedCredentialConfig ?? _storedTokenConfig;
return config?.forceRelayCandidate ?? false;
}