backendRows abstract method

Future<List<Map<String, dynamic>>> backendRows(
  1. String table
)

Returns the backend's current rows for table, so the contract can verify that pushes actually landed.

Implementation

Future<List<Map<String, dynamic>>> backendRows(String table);