InboxResponseListener typedef
InboxResponseListener =
void Function(List<InboxMessage> messages)
Implementation
typedef InboxResponseListener = void Function(List<InboxMessage> messages);
typedef InboxResponseListener = void Function(List<InboxMessage> messages);