dispose static method
Implementation
static Future<void> dispose() async {
Logger.root.clearListeners();
_sub?.cancel();
await _sink?.close();
_sink = null;
}
static Future<void> dispose() async {
Logger.root.clearListeners();
_sub?.cancel();
await _sink?.close();
_sink = null;
}