Future<String?> fetchFloatingDotPos() async { final SharedPreferences prefs = await _sharedPref; return prefs.getString(_floatingDotPos); }