update abstract method

Future<T> update(
  1. Snowflake id,
  2. covariant UpdateBuilder<T> builder
)

Update the item with the given id in the API.

Implementers should ensure this method updates the cache.

Implementation

Future<T> update(Snowflake id, covariant UpdateBuilder<T> builder);