version property

Future<String> get version

Future that completes with the server version from the greeting message.

Implementation

Future<String> get version => _version.future;