execute abstract method

Future<List<MealCollection>> execute(
  1. MealQuery inDTO
)
inherited

Executes business logic with input inDTO.

Implementation

Future<OutDTOType> execute(InDTOType inDTO);