setDeepLink method

dynamic setDeepLink(
  1. String value
)

Implementation

setDeepLink(String value) {
  _actionDeepLinkUrl = value;
}