@override Future<void> saveTableSnapshot( String tableName, List<Map<String, dynamic>> rows, ) async { _snapshots[tableName] = List.from(rows); }