internalLinkTypePrivacyAndSecuritySettings property
The link is a link to the privacy and security section of the app settings
Implementation
InternalLinkTypePrivacyAndSecuritySettings?
get internalLinkTypePrivacyAndSecuritySettings {
if (this is InternalLinkTypePrivacyAndSecuritySettings) {
return this as InternalLinkTypePrivacyAndSecuritySettings;
}
return null;
}