This commit is contained in:
Abhishek Raju Garad
2024-06-11 11:29:45 +05:30
parent 2a4d8922c6
commit 23cb7257f9
6 changed files with 36 additions and 24 deletions

View File

@@ -20,7 +20,8 @@ class SendOtpBloc extends Bloc<SendOtpEvent, SendOtpState> {
if (resp.status == ResponseStatus.SUCCESS) {
emit(SendOtpState.success);
} else {
}
else {
emit(SendOtpState.failure);
}
} catch (e) {