getVersionInfo method

Future<void> getVersionInfo()

Retrieves the DataWedge version information.

The result will be delivered as a command result event on the events stream.

Implementation

Future<void> getVersionInfo() {
  return _platform.getVersionInfo();
}