handleDeepLink method

void handleDeepLink(
  1. String url
)

Have Branch end the current deep link session and start a new session with the provided URL.

Implementation

void handleDeepLink(String url) async {
  throw UnimplementedError('handleDeepLink has not been implemented');
}