We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf47468 commit 7d43e68Copy full SHA for 7d43e68
lib/screen/main/stepper/stepperForm.dart
@@ -314,7 +314,7 @@ class _StepperFormState extends State<StepperForm> {
314
return true;
315
}
316
317
- Future<bool> _showEFDG1(
+ Future<bool> _showConnectionError(
318
BuildContext context,
319
) async {
320
String title;
@@ -378,7 +378,7 @@ class _StepperFormState extends State<StepperForm> {
378
},
379
/*show connection error*/
380
onConnectionError: (SocketException e) async {
381
- return _showEFDG1(context);
+ return _showConnectionError(context);
382
});
383
Storage storage = Storage();
384
StepDataAttestation stepDataAttestation = storage.getStorageData(2) as StepDataAttestation;
0 commit comments