emitRxValue abstract method

void emitRxValue(
  1. RxValue<T> value
)

Emits values of value

Implementation

void emitRxValue(RxValue<T> value);