Save strip comments setting.
Future<void> saveStripComments(bool value) async { final prefs = await SharedPreferences.getInstance(); await prefs.setBool('stripComments', value); }