close method

Future<void> close()

Close the notification with animation

Implementation

Future<void> close() async {
  print('🔒 SonnerNotification.close() called for ID: $id');
  await onAnimatedClose();
}