getInstances abstract method

Future<List<ThermionEntity>> getInstances(
  1. ThermionEntity entity
)

Returns all instances of entity.

Implementation

Future<List<ThermionEntity>> getInstances(ThermionEntity entity);