fetchFloatingDotPos method

Future<String?> fetchFloatingDotPos()

Implementation

Future<String?> fetchFloatingDotPos() async {
  return (await _sp).getString(_kFloatingPos);
}