dispose method
Dispose resources held by this service. Call this when the service is no longer needed.
Implementation
Future<void> dispose() async {
await _cleanupLogStream();
}
Dispose resources held by this service. Call this when the service is no longer needed.
Future<void> dispose() async {
await _cleanupLogStream();
}