didStopUserGesture method
User gesture is no longer controlling the Navigator.
Paired with an earlier call to didStartUserGesture.
Implementation
@override
void didStopUserGesture() {
_log(NavigationLogRecord.didStopUserGesture());
}
User gesture is no longer controlling the Navigator.
Paired with an earlier call to didStartUserGesture.
@override
void didStopUserGesture() {
_log(NavigationLogRecord.didStopUserGesture());
}