dispose method

void dispose()

call when you no more need to listen and free up resource

Implementation

void dispose() {
  stopListening();
}