mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 09:45:22 +00:00
7 lines
111 B
Dart
7 lines
111 B
Dart
part of 'smart_cubit.dart';
|
|
|
|
@immutable
|
|
abstract class SmartState {}
|
|
|
|
class SmartInitial extends SmartState {}
|