update abstract method

Future<ID> update(
  1. T value
)

return: data.ID

Implementation

Future<ID> update(T value);