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