fileReadAsync method

SteamApiCall fileReadAsync(
  1. Pointer<Utf8> file,
  2. int nOffset,
  3. int cubToRead
)

Implementation

SteamApiCall fileReadAsync(
  Pointer<Utf8> file,
  int nOffset,
  int cubToRead,
) =>
    _fileReadAsync.call(
      this,
      file,
      nOffset,
      cubToRead,
    );