notifyProfilePictureUpdated method

void notifyProfilePictureUpdated()

Method to notify when profile picture is updated

Implementation

void notifyProfilePictureUpdated() {
  profilePictureUpdated.toggle();
}