notifyAgentComplete method

Future<void> notifyAgentComplete(
  1. String agentId,
  2. String description
)

Show an agent completion notification.

Implementation

Future<void> notifyAgentComplete(String agentId, String description) =>
    notify(title: 'Agent Complete', body: description, category: 'agent');