dispose method

Future<void> dispose()

Dispose resources held by this service. Call this when the service is no longer needed.

Implementation

Future<void> dispose() async {
  await _cleanupLogStream();
}