remove method

void remove()

Stops the Observer object from receiving change notifications.

Implementation

void remove() => _observation.remove();