Future<void> setID(String value) async { return _securePrefs.write(key: "darkstorm_count_id", value: value); }