findMany abstract method

Future<Iterable<Object>> findMany(
  1. String endpoint,
  2. Iterable<String> ids, {
  3. bool forceReload = false,
})

Implementation

Future<Iterable<Object>> findMany(String endpoint, Iterable<String> ids,
    {bool forceReload = false});