find abstract method

Future<Object> find(
  1. String endpoint,
  2. String id, {
  3. bool forceReload = false,
})

Implementation

Future<Object> find(String endpoint, String id, {bool forceReload = false});