getWidth method

Future<int> getWidth()

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

Implementation

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