getPosition method

Future<Offset> getPosition()

Implementation

Future<Offset> getPosition() async {
  return windowManager.getPosition();
}