try {
final _appLinks = AppLinks();
_appLinks.allUriLinkStream.listen((uri) {
print("initUniLinks url ${uri}");
});
} on PlatformException {
print("initUniLinks PlatformException $PlatformException");
// Handle exception by warning the user their action did not succeed
// return?
}
also package example code not working