handleDeepLink method

void handleDeepLink({
  1. required Uri url,
})

Implementation

void handleDeepLink({required Uri url}) {
  AntsomiPlatform.instance.handleDeepLink(url);
}