update abstract method

Future<void> update(
  1. T value
)

Update raw value

Implementation

Future<void> update(T value);