emitAmbient method
Test helper: simulate an ambient transition.
Implementation
void emitAmbient(VooWearAmbientState state) => _ambient.add(state);
Test helper: simulate an ambient transition.
void emitAmbient(VooWearAmbientState state) => _ambient.add(state);