basePlanOptions property

Map<SafetyPlanOptions, bool> basePlanOptions
getter/setter pair

A map that contains Safety Plan options that ALL software can complete. If you pass an empty list to productEligiblePlanOptions, basePlanOptions will be used to create a safety plan for the user.

Implementation

static Map<SafetyPlanOptions, bool> basePlanOptions = {
  SafetyPlanOptions.exitBar: true,
  SafetyPlanOptions.disableScreenshots: true
};