onNotificationDeleted abstract method

Future<void> onNotificationDeleted(
  1. OnNotificationDeletedRequest request
)

Handle the notification being swiped away (Android).

Implementation

Future<void> onNotificationDeleted(OnNotificationDeletedRequest request);