onYes method

void onYes(
  1. UIEvent event
)

Implementation

void onYes(UIEvent event) {
  _yes.add(event);
}