isAnchorSmartechView method

bool isAnchorSmartechView(
  1. String eid
)

Implementation

bool isAnchorSmartechView(String eid){
  return eid.contains(smartechWidgetIdentifier);
}