setKeyChangeFlag static method

Future setKeyChangeFlag(
  1. bool change
)

Implementation

static Future setKeyChangeFlag(bool change) async {
  await _preferences.setBool(
      "$prefix${Constants.package}change.flag", change);
}