update method

Future<int> update({
  1. T? data,
  2. List<T>? dataList,
})

Implementation

Future<int> update({T? data, List<T>? dataList}) async => 0;