exists abstract method

Future<bool> exists(
  1. String table,
  2. String primaryColumn,
  3. Id id
)

Check if given id exists in the table.

Implementation

Future<bool> exists(String table, String primaryColumn, Id id);