notifee property

set notifee (MdnsNotifee? value)

Sets the notifee

Implementation

set notifee(MdnsNotifee? value) {
  _notifee = value;
}