currentScreenLayout static method

AppLayout currentScreenLayout()

Implementation

static AppLayout currentScreenLayout() {
  final currentScreenCalculator = getCurrentScreenCalculator();
  final currentScreenLayout = fromScreenCalculator(currentScreenCalculator);
  return currentScreenLayout;
}