getVersion method

Future<String?> getVersion()

Implementation

Future<String?> getVersion() async => _server.getVersion()?.toDart;