GameStorageApi.getAll() method

Get all stored values from the game storage.

Signature:

getAll(): Promise<Record[]>;

Returns:

Promise<Record[]>