getSize method

Future<Size> getSize()

Implementation

Future<Size> getSize() async {
  return await windowManager.getSize();
}