back button nav post business set up
This commit is contained in:
parent
01868187f2
commit
f099b72493
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class _ProfileBusinessAddState extends State<ProfileBusinessAdd> {
|
||||||
);
|
);
|
||||||
if (response.statusCode == 201) {
|
if (response.statusCode == 201) {
|
||||||
uploadSelectedFile(selectedSignature, signtureController);
|
uploadSelectedFile(selectedSignature, signtureController);
|
||||||
// Navigator.of(context).pushNamed('/');
|
Navigator.of(context).pop();
|
||||||
Navigator.of(context).popAndPushNamed(
|
Navigator.of(context).popAndPushNamed(
|
||||||
'/',
|
'/',
|
||||||
arguments: AuthArguments(false, false),
|
arguments: AuthArguments(false, false),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue