mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
Removed unused variable
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ class HomeScreen extends StatefulWidget {
|
||||
|
||||
class _HomeScreenState extends State<HomeScreen> {
|
||||
late final StreamSubscription<String> _subscription;
|
||||
late final StreamSubscription<Color> _serviceSubscription;
|
||||
|
||||
final List<String> latestLogs = [];
|
||||
static const List<MaterialColor> colors = [
|
||||
Colors.red,
|
||||
|
||||
Reference in New Issue
Block a user