Returns the actual capture width negotiated with the device.
@override Future<int> getWidth() async { return await methodChannel.invokeMethod('getWidth') as int; }