canHandle abstract method

bool canHandle(
  1. String url
)

Checks if this handler can handle the given URL

Implementation

bool canHandle(String url);