motionChangeEvents property

Stream<TlLocation> get motionChangeEvents

Stream of motion change events (stationary ↔ moving).

Implementation

Stream<TlLocation> get motionChangeEvents {
  throw UnimplementedError('motionChangeEvents has not been implemented.');
}