void routeChanged(
bool visible,
List<String> params,
bool visibilityChanged
)

Callback for routing changes.

It doesn't do anything in this element.

Source

/// Callback for routing changes.
///
/// It doesn't do anything in this element.
void routeChanged(bool visible, List<String> params, bool visibilityChanged) {
}