localDataStorageDetails method

SafetyOptionDetails localDataStorageDetails()

A SOD that for asks for all items to be saved locally

Implementation

SafetyOptionDetails localDataStorageDetails() {
  return const SafetyOptionDetails(
      name: 'Request local data storage.',
      description:
          'Keeps your data off of the cloud by encrypting it locally on your local device, instead of using a database and servers.',
      icon: Assets.pencil,
      functionalityChange:
          'This will stop you from having access to data back-ups and cloud access. You will only be able to access information from the device it was originally stored on.');
}