removeAllListeners method

dynamic removeAllListeners()

Implementation

removeAllListeners() {
  _listOfListeners = <Function>[];
}