mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 02:34:55 +00:00
7 lines
107 B
Dart
7 lines
107 B
Dart
part of 'auth_cubit.dart';
|
|
|
|
@immutable
|
|
abstract class AuthState {}
|
|
|
|
class AuthInitial extends AuthState {}
|