getVersion method

Future<String> getVersion()

Get the version of the native cloudflared library

Implementation

Future<String> getVersion() {
  throw UnimplementedError('getVersion() has not been implemented.');
}