tiltDown method

Future<void> tiltDown()

switches to a 2D top-down view (tilt 0 degrees).

Implementation

Future<void> tiltDown() async {
  await setTilt(0.0);
}