getHeight method

  1. @override
Future<int> getHeight()
override

Returns the actual capture height negotiated with the device.

Implementation

@override
Future<int> getHeight() async {
  return await methodChannel.invokeMethod('getHeight') as int;
}