handleDeeplink method
Implementation
void handleDeeplink(String uriString) {
print('... will handle deeplink with user provided integration');
_handleDeeplink(uriString);
}
void handleDeeplink(String uriString) {
print('... will handle deeplink with user provided integration');
_handleDeeplink(uriString);
}