Writes rows straight into the backend, bypassing the adapter — used to set up pull-side scenarios.
rows
Future<void> seed(String table, List<Map<String, dynamic>> rows);