WriteToMailboxFn typedef

WriteToMailboxFn = Future<void> Function(String recipientName, MailboxMessage message, String taskListId)

Callback type for writing to teammate mailbox.

Implementation

typedef WriteToMailboxFn =
    Future<void> Function(
      String recipientName,
      MailboxMessage message,
      String taskListId,
    );