setValue method

void setValue(
  1. HubbleViewState value
)
inherited

Implementation

void setValue(T value) {
  emit(SimpleValue(value));
}