notifyOnSend property

bool get notifyOnSend

Implementation

bool get notifyOnSend {
  return _notifyOnSend;
}
set notifyOnSend (bool value)

Implementation

set notifyOnSend(bool value) {
  _notifyOnSend = value;
  notifyListeners();
}