From 3cf6fe5e69c5472247bdacd44ffe6266e890f6da Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Thu, 19 Dec 2024 16:55:55 -0300 Subject: [PATCH] WIP --- .../bottom_arrow_linked_locals_component_widget.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/components/organism_components/bottom_arrow_linked_locals_component/bottom_arrow_linked_locals_component_widget.dart b/lib/components/organism_components/bottom_arrow_linked_locals_component/bottom_arrow_linked_locals_component_widget.dart index 1bebbbef..6dc7b85b 100644 --- a/lib/components/organism_components/bottom_arrow_linked_locals_component/bottom_arrow_linked_locals_component_widget.dart +++ b/lib/components/organism_components/bottom_arrow_linked_locals_component/bottom_arrow_linked_locals_component_widget.dart @@ -138,8 +138,6 @@ class _BottomArrowLinkedLocalsComponentWidgetState return null; } - static Future _handleError( - BuildContext context, String errorMsg) async { static Future _handleError( BuildContext context, String errorMsg) async { await DialogUtil.error(context, errorMsg);