update abstract method

Future<void> update(
  1. dynamic uniqueID,
  2. T data
)

Implementation

Future<void> update(dynamic uniqueID, T data);