update method

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

Implementation

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