compassUpdates method
Returns a stream to receive the compass updates.
Remember to close the stream after using it.
Implementation
Stream<CompassModel> compassUpdates({Duration? interval, double? azimuthFix}) =>
_compass.compassUpdates(interval!, azimuthFix!);