setViewId method
Sets the view ID for this controller (called internally by YoloView)
Implementation
void setViewId(int viewId) {
_viewId = viewId;
}
Sets the view ID for this controller (called internally by YoloView)
void setViewId(int viewId) {
_viewId = viewId;
}