widgetId property

set widgetId (String id)

Sets the Turnstile current widget id.

Implementation

set widgetId(String id) {
  _widgetId = id;
}