retrieveAgentProfileIds abstract method

Future<LRSResponse<List<String>>> retrieveAgentProfileIds(
  1. Agent? agent, {
  2. DateTime? since,
})

Retrieve the list of profileIds for an agent profile

Implementation

Future<LRSResponse<List<String>>> retrieveAgentProfileIds(Agent? agent,
    {DateTime? since});