suspend
Suspends all buffered outputs.
This method is called when the application goes to the background (onStop lifecycle event). It suspends the processing of buffered outputs to conserve resources. The operation is performed asynchronously in the configured coroutine dispatcher.