Removed unused variable

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-30 11:45:51 +02:00
parent 0caea70b2f
commit ad63b15826
+1 -1
View File
@@ -82,7 +82,7 @@ class HomeScreen extends StatefulWidget {
class _HomeScreenState extends State<HomeScreen> { class _HomeScreenState extends State<HomeScreen> {
late final StreamSubscription<String> _subscription; late final StreamSubscription<String> _subscription;
late final StreamSubscription<Color> _serviceSubscription;
final List<String> latestLogs = []; final List<String> latestLogs = [];
static const List<MaterialColor> colors = [ static const List<MaterialColor> colors = [
Colors.red, Colors.red,