void storeFloatingDotPos(double x, double y) async { final SharedPreferences prefs = await _sharedPref; prefs.setString(_floatingDotPos, "$x,$y"); }