part of 'auth_cubit.dart'; @immutable abstract class AuthState {} class AuthInitial extends AuthState {}