getHeight method

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

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

Implementation

@override
Future<int> getHeight() async => _videoElement?.videoHeight ?? 0;