getVerticalViewAngle method
Gets the vertical angle of view in degrees.
Returns -1.0 when the device doesn't report view angle information.
Implementation
Future<double> getVerticalViewAngle() async {
return await _channel.$getVerticalViewAngle(this) as double;
}