RestoreWindow method
void
RestoreWindow()
Set window state: not minimized/maximized
Implementation
void RestoreWindow() => run(
() => _debugLabels.RestoreWindow(),
() => _flat.RestoreWindow(),
);
Set window state: not minimized/maximized
void RestoreWindow() => run(
() => _debugLabels.RestoreWindow(),
() => _flat.RestoreWindow(),
);