From 6d264b4394d0a91d4d49d69bf2d95f908b89483c Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Fri, 3 Nov 2023 01:51:40 +0530 Subject: [PATCH] remove extra line Signed-off-by: Sahil Yeole --- flutter/lib/common.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index 7ac527067..1211f304b 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -1828,8 +1828,7 @@ StreamSubscription? listenUniLinks({handleByFlutter = true}) { } else { bind.sendUrlScheme(url: uri.toString()); } - } - else { + } else { print("uni listen error: uri is empty."); } }, onError: (err) {