canOpen method

bool canOpen(
  1. String deepLink
)

Implementation

bool canOpen(String deepLink) => _parser.matches(deepLink);