Get method

Future<List<I>> Get()

Get For Get All Items

Implementation

Future<List<I>> Get() async {
  return await query.Get();
}