fetch abstract method

Future<T> fetch(
  1. Snowflake id
)

Fetch the item with the given id from the API.

Implementers should ensure this method updates the cache.

Implementation

Future<T> fetch(Snowflake id);