enviando cadastro cidadão individual
This commit is contained in:
@@ -67,7 +67,7 @@ class _ServiceHomeScreenState extends State<ServiceHomeScreen> {
|
||||
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 - Atendimento Domiciliar'),
|
||||
body: Container(
|
||||
|
||||
@@ -98,7 +98,7 @@ class _ServiceIndividualScreenState extends State<ServiceIndividualScreen> {
|
||||
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 - Atendimento Individual'),
|
||||
body: Container(
|
||||
|
||||
Reference in New Issue
Block a user