Pushes a new page by path.
id is used to match listeners.
id
void push(String path, {String? id}) { widget._state.push(path, id: id); }