update method

  1. @override
void update(
  1. Orientation newValue
)
override

Implementation

@override
void update(Orientation newValue) => _orientation = newValue.clampHeading();