willSend property

void willSend=(MethodSend fn)

Implementation

set willSend(MethodSend fn) {
  _willSend = fn;
}