disposeSubUniLinks method
dynamic
disposeSubUniLinks()
disposes deeplink stream subscription after usage
Implementation
disposeSubUniLinks() async {
initialLink = null;
previousPageName = null;
await _streamSubscription?.cancel();
// _pageIdResponse.clear();
//log('$_streamSubscription disposed');
// _subUniLinks.cancel();
// //log('$_subUniLinks disposed');
}