enviando cadastro cidadão individual
This commit is contained in:
@@ -168,7 +168,7 @@ class _RegisterHomeScreenState extends State<RegisterHomeScreen> {
|
||||
double width = MediaQuery.of(context).size.width;
|
||||
|
||||
return WillPopScope(
|
||||
onWillPop: ()=> OnBackButton().onBackButton(context),
|
||||
onWillPop: ()async => await OnBackButton().onBackButton(context),
|
||||
child: Scaffold(
|
||||
appBar: AppBarDefault().appbar(context, 'RKM AB - Cadastro Domiciliar'),
|
||||
body: Container(
|
||||
|
||||
Reference in New Issue
Block a user