find abstract method

Future<T> find(
  1. dynamic id
)

find gets an entry based by id

Implementation

Future<T> find(dynamic id);