mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 11:24:54 +00:00
Add AC cubit and state classes with initial state for managing air conditioning related functionality in the devices feature bloc.
7 lines
115 B
Dart
7 lines
115 B
Dart
// part of 'ac_cubit.dart';
|
|
|
|
// @immutable
|
|
// sealed class AcState {}
|
|
|
|
// final class AcInitial extends AcState {}
|