getVersion method
Returns the CaptureSDK service version string.
Calls the root capture client with the CapturePropertyIds.version property.
Implementation
Future<dynamic> getVersion() {
return _get(CapturePropertyIds.version);
}
Returns the CaptureSDK service version string.
Calls the root capture client with the CapturePropertyIds.version property.
Future<dynamic> getVersion() {
return _get(CapturePropertyIds.version);
}