tiltUp method

Future<void> tiltUp()

Switches to a 3D perspective view (tilt ~60 degrees).

Implementation

Future<void> tiltUp() async {
  await setTilt(60.0);
}