findById abstract method

Future<Map<String, Object?>?> findById(
  1. String table,
  2. Object id
)

Busca por id.

Implementation

Future<Map<String, Object?>?> findById(String table, Object id);