call method
Implementation
Future<void> call(
String sourceId,
String collection,
String column,
Object? newValue,
Map<String, dynamic> row,
) =>
_repository.updateCell(sourceId, collection, column, newValue, row);
Future<void> call(
String sourceId,
String collection,
String column,
Object? newValue,
Map<String, dynamic> row,
) =>
_repository.updateCell(sourceId, collection, column, newValue, row);