update method

void update(
  1. L loadingValue
)

Implementation

void update(L loadingValue) =>
    _addEvent(_BitEntry.loading(() => loadingValue));