GetVersion method

int GetVersion()

Implementation

int GetVersion() {
  return (_GetVersion ??=
      _dylib.lookupFunction<_c_GetVersion, _dart_GetVersion>('GetVersion'))();
}