Future<bool?> fetchMinimalToolbarSwitch() async { final SharedPreferences prefs = await _sharedPref; return prefs.getBool(_minimalToolbarSwitch); }