handles method

bool handles(
  1. String path
)

Implementation

bool handles(String path) => path == '/blog' || path.startsWith('/blog/');