getProperty method

Future<CaptureProperty> getProperty(
  1. int clientOrDeviceHandle,
  2. CaptureProperty property
)

Implementation

Future<CaptureProperty> getProperty(
    int clientOrDeviceHandle, CaptureProperty property) async {
  throw CaptureException(
      SktErrors.ESKT_NOTINITIALIZED, 'getProperty() is not implemented.');
}