getVersion method

Future<String> getVersion()

Get the current version of the server.

Implementation

Future<String> getVersion() async => await _executeSafe('GET', '/version');