removeListener abstract method

void removeListener(
  1. dynamic listener()
)

Implementation

void removeListener(Function() listener);