update method

void update(
  1. void fn(
    1. Routing value
    )
)

Implementation

void update(void Function(Routing value) fn) {
  fn(this);
}