emitReachability method

void emitReachability(
  1. VooWatchReachability state
)

Test helper: simulate a reachability change.

Implementation

void emitReachability(VooWatchReachability state) {
  _reachability.add(state);
}