Files
syncrow-app/lib/features/devices/bloc/cubit/ac_state.dart
Mohammad Salameh 9368575154 Add AC cubit and state classes
Add AC cubit and state classes with initial state for managing air conditioning
related functionality in the devices feature bloc.
2024-03-31 12:08:53 +03:00

7 lines
115 B
Dart

// part of 'ac_cubit.dart';
// @immutable
// sealed class AcState {}
// final class AcInitial extends AcState {}