Method Shutdown
Shutdown()
Shutdown an application initialized with Init(ConsoleDriver, IMainLoopDriver).
public static void Shutdown()
Remarks
Shutdown must be called for every call to Init(ConsoleDriver, IMainLoopDriver) or Run(Toplevel, Func<Exception, bool>) to ensure all resources are cleaned up (Disposed) and terminal settings are restored.