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