notifyMeetinging method

void notifyMeetinging()

Implementation

void notifyMeetinging() {
  onMeetinging?.call();
}