Unregister a notifiee for signals
@override void stopNotify(Notifiee notifiee) { _notifieeLock.synchronized(() { _notifiees.remove(notifiee); }); }