setViewId method

void setViewId(
  1. int viewId
)

Implementation

void setViewId(int viewId) {
  this.viewId = viewId;
  onReady?.call();
}