NotificationInboxDelete typedef

NotificationInboxDelete = Future<void> Function(List<String> ids)

Implementation

typedef NotificationInboxDelete = Future<void> Function(
  List<String> ids,
);