close method
Close the notification with animation
Implementation
Future<void> close() async {
print('🔒 SonnerNotification.close() called for ID: $id');
await onAnimatedClose();
}
Close the notification with animation
Future<void> close() async {
print('🔒 SonnerNotification.close() called for ID: $id');
await onAnimatedClose();
}