popTapAction method

void popTapAction()

Implementation

void popTapAction() {
  assert(_tapActions.isNotEmpty);
  _tapActions.removeLast();
}