version method

Pointer<Char> version()

Returns the version of the zxing-cpp library.

@return The version of the zxing-cpp library.

Implementation

ffi.Pointer<ffi.Char> version() {
  return _version();
}