forget_pwd_state.dart 127 Bytes Edit Raw Blame History 1 2 3 4 5 6 part of 'forget_pwd_bloc.dart'; @immutable abstract class ForgetPwdState {} class ForgetPwdInitial extends ForgetPwdState {}