addBulkUpsertListener abstract method

void addBulkUpsertListener(
  1. void callback(
    1. dynamic response
    ), {
  2. void onError(
    1. String error
    )?,
  3. String? whereClause,
})

Implementation

void addBulkUpsertListener(void Function(dynamic response) callback,
    {void Function(String error)? onError, String? whereClause});