onNotificationDeleted method

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

Handle the notification being swiped away (Android).

Implementation

@override
Future<void> onNotificationDeleted() async {
  await stop();
}