onNotificationDeleted method

  1. @override
  2. @mustCallSuper
Future<void> onNotificationDeleted()
override

Handle the notification being swiped away (Android).

Implementation

@override
@mustCallSuper
Future<void> onNotificationDeleted() => _inner.onNotificationDeleted();