io api settings api

This commit is contained in:
jayesh
2024-07-25 19:19:25 +05:30
parent bc15d0b1b3
commit 9b44dc0cf3
67 changed files with 2871 additions and 394 deletions

View File

@@ -50,6 +50,7 @@ class PinKey extends StatelessWidget {
successToastMessage(
context, localizations.translate(AppText.pinUpdatedSucess));
goRouter.pop();
goRouter.pop();
} else {
goRouter.pop();
context.read<PinBloc>().add(SavePinPressed());