emit method
T
emit(
- T value
Updates _ref.value
with a new value and returns the updated value.
Implementation
T emit(T value) => _ref.value = value;
Updates _ref.value
with a new value and returns the updated value.
T emit(T value) => _ref.value = value;