enableButton method

dynamic enableButton()

Notify listener to enable button

Implementation

enableButton() {
  _enableButtonListener();
}