emitMotionChange method
- Location location
Emits a mock motion change event.
Implementation
void emitMotionChange(Location location) {
_motionChangeController.add(location);
_emitEvent(EventType.motionChange, location);
}
Emits a mock motion change event.
void emitMotionChange(Location location) {
_motionChangeController.add(location);
_emitEvent(EventType.motionChange, location);
}