handleDeepLink method

Future<bool> handleDeepLink(
  1. Uri url
)

Implementation

Future<bool> handleDeepLink(Uri url) {
  throw UnimplementedError('handleDeepLink() has not been implemented.');
}