canHandle method

bool canHandle(
  1. Uri uri
)

Can this handle the uri based on its pathBlueprints.

Can be useful in a custom BeamerDelegate.locationBuilder.

Implementation

bool canHandle(Uri uri) => Utils.canBeamLocationHandleUri(this, uri);