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