Handle an incoming deep link URI.
Future<int> handleUri(String uri) async { return handleDeepLinkUri(uri); }