getVersion method

Future getVersion()

Returns the CaptureSDK service version string.

Calls the root capture client with the CapturePropertyIds.version property.

Implementation

Future<dynamic> getVersion() {
  return _get(CapturePropertyIds.version);
}