WIP: some changes

This commit is contained in:
J. A. Messias 2024-10-30 14:53:37 -03:00
parent 3f7bb03fab
commit 294fe2ffa2
2 changed files with 0 additions and 6 deletions

View File

@ -12,9 +12,6 @@ class AboutPropertyModel extends FlutterFlowModel<AboutPropertyPage> {
VoidCallback? safeSetState;
final GlobalKey<FormState> registerFormKey = GlobalKey<FormState>();
final GlobalKey<FormState> updateFormKey = GlobalKey<FormState>();
late MenuComponentModel menuComponentModel;
Future<void> initAsync() async {

View File

@ -15,9 +15,6 @@ class VehicleModel extends FlutterFlowModel<VehicleOnTheProperty> {
dynamic item;
final GlobalKey<FormState> registerFormKey = GlobalKey<FormState>();
final GlobalKey<FormState> updateFormKey = GlobalKey<FormState>();
@override
void initState(BuildContext context) {
resetInstance();