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