find method

Future<T> find(
  1. dynamic value
)

Implementation

Future<T> find(value) => findBy('id', value);