redirect method

void redirect(
  1. String from,
  2. String to
)

Implementation

void redirect(String from, String to) {
  // nothing to do (everything is generated)
}