stop method

void stop()

Terminate this Appender and cancel all logging subscriptions.

Implementation

void stop() => _subscriptions.forEach((s) => s.cancel());