From ad63b15826e15c4205e4d9fc90e69567a4e4c36d Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Wed, 30 Apr 2025 11:45:51 +0200 Subject: [PATCH] Removed unused variable Signed-off-by: Hans Kokx --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 017ff09..06891f6 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -82,7 +82,7 @@ class HomeScreen extends StatefulWidget { class _HomeScreenState extends State { late final StreamSubscription _subscription; - late final StreamSubscription _serviceSubscription; + final List latestLogs = []; static const List colors = [ Colors.red,