플러터에서 파이어베이스를 통해서 온 노티피케이션을 클릭하면 다른 알림들도 제거하고 싶은 경우가 있다. 이때 사용하는 기능이 cancelAll이다. 사용방법은 아래와 같다.
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
await flutterLocalNotificationsPlugin
.cancelAll();
참고
https://stackoverflow.com/questions/63444516/in-flutter-how-to-clear-notification-in-bar