bulkUpdate abstract method

Future<int?> bulkUpdate(
  1. String whereClause,
  2. T changes
)

This API updates multiple objects in a data table with a single request. Returns the number object of objects updated as a result of the request.

Implementation

Future<int?> bulkUpdate(String whereClause, T changes);