setDeepLink method

void setDeepLink(
  1. String? deepLink
)

Sets the deep-link route path that

Once a BeamGuard uses the deep-link, it will be reset to null.

Implementation

void setDeepLink(String? deepLink) => _deepLink = deepLink;