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