Release the resources used by this object. The object is no longer usable after this method is called.
Must be called when the gesture is done.
Calling this method notifies the navigator that the gesture has completed.
Source
void dispose() { _navigator.didStopUserGesture(); _navigator = null; }