updateId method

Future<int> updateId(
  1. T value,
  2. KeyType id
)

Implementation

Future<int> updateId(T value, KeyType id) => update(value, single(id));