cancelNotification method

void cancelNotification()

Implementation

void cancelNotification() {
  NotificationBuilder.cancelNotification(profile.jid.hashCode);
}