remove extra line
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
284330ed5f
commit
6d264b4394
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue