mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +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> {
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user