emitReachability method
Test helper: simulate a reachability change.
Implementation
void emitReachability(VooWatchReachability state) {
_reachability.add(state);
}
Test helper: simulate a reachability change.
void emitReachability(VooWatchReachability state) {
_reachability.add(state);
}