Revert changes to show_pop_up.dart
OmarHatem committed
Feb 8, 2023 at 17:12 UTC
9a5244ffedb75cf13e8364ca09260c49159825c6
1 file changed
+1
-1
lib/utils/show_pop_up.dart
+1
-1
@@ -8,7 +8,7 @@ Future<T?> showPopUp<T>({
8
bool useSafeArea = false,
9
bool useRootNavigator = true,
10
RouteSettings? routeSettings
11
-}) async {
11
+}) {
12
return showDialog<T>(
13
context: context,
14
builder: builder,