prefix static method

RouteEntry prefix(
  1. String prefix
)

Implementation

static RouteEntry prefix(String prefix) => router.prefix(prefix);