updateCell abstract method
Perbarui nilai satu sel. Implementasi spesifik per engine.
Implementation
Future<void> updateCell(
String collection,
String column,
Object? newValue,
Map<String, dynamic> row,
);
Perbarui nilai satu sel. Implementasi spesifik per engine.
Future<void> updateCell(
String collection,
String column,
Object? newValue,
Map<String, dynamic> row,
);