handleDeeplink method

void handleDeeplink(
  1. String uriString
)

Implementation

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