removeNotification method
Implementation
Future<void> removeNotification() async {
if (packageName != null && id != null) {
AndroidNotificationListener.removeNotification(packageName!, id!);
}
}
Future<void> removeNotification() async {
if (packageName != null && id != null) {
AndroidNotificationListener.removeNotification(packageName!, id!);
}
}