push abstract method

void push(
  1. String path, {
  2. bool expanded,
})

Push a route onto the stack expanded will push sub-paths (e.g. /a/b/c will push /a, /a/b, /a/b/c)

Implementation

void push(String path, {bool expanded});