appendPath abstract method

void appendPath(
  1. String path
)

Append to the current route (e.g. /b appended to /a = /a/b)

Implementation

void appendPath(String path);