seed abstract method

Future<void> seed(
  1. String table,
  2. List<Map<String, dynamic>> rows
)

Writes rows straight into the backend, bypassing the adapter — used to set up pull-side scenarios.

Implementation

Future<void> seed(String table, List<Map<String, dynamic>> rows);