upsertAll method
inserts or replaces the sent List<
Implementation
Future<BoolCommitResult> upsertAll(covariant List<dynamic> objList) {
final msg = 'upsertAll method can be implemented in tables not view objects';
throw UnimplementedError(msg);
}