shutdown method

void shutdown()

unloads all of the plugins and deallocates any internal data structures the library has created. It should be called prior to program exit.

Implementation

void shutdown() => _shutdown();