getHeight method

Future<int> getHeight()

The actual capture height negotiated with the device, in pixels (0 when no camera is open).

Implementation

Future<int> getHeight() {
  throw UnimplementedError('getHeight() has not been implemented.');
}