forget_pwd_state.dart 127 Bytes
part of 'forget_pwd_bloc.dart';

@immutable
abstract class ForgetPwdState {}

class ForgetPwdInitial extends ForgetPwdState {}