getAllowDynamicLink method

bool getAllowDynamicLink ()

Implementation

bool getAllowDynamicLink() {
  if (kIsWeb) {
    return false;
  }
  return allowDynamicLink;
}