GetTickCount method

int GetTickCount()

Implementation

int GetTickCount() {
  return (_GetTickCount ??= _dylib
      .lookupFunction<_c_GetTickCount, _dart_GetTickCount>('GetTickCount'))();
}