SafetyOptionDetailMetadata class

A class that contains all of the actual metadata.

Constructors

SafetyOptionDetailMetadata()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deviceSandboxDetails() SafetyOptionDetails
A SOD that sandboxes the user's device
disableBiometricsDetails() SafetyOptionDetails
A SOD that disables biometric data
disableNotificationsDetails() SafetyOptionDetails
A SOD that for disabling local / remote notifications
disableScreenshotsDetails() SafetyOptionDetails
A SOD to disable screenshots
enable2FADetails() SafetyOptionDetails
A SOD that enables 2FA
exitBarDetails() SafetyOptionDetails
A SOD that keeps an exit bar permanently on every screen
failedPasscodeDataDeletionDetails() SafetyOptionDetails
A SOD that automatically deletes data after failed attempts
localDataStorageDetails() SafetyOptionDetails
A SOD that for asks for all items to be saved locally
logFailedAttemptsDetails() SafetyOptionDetails
A SOD that logs failed attempts
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onlyNeccessaryEmailsDetails() SafetyOptionDetails
A SOD that for only neccessarily emails
retrieveDetails(SafetyPlanOptions option) SafetyOptionDetails
A helper function that brings up the relevant metadata for each detail. These are for views where the user selects what options they want / how it affects the functionality.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited