handleRoute method

bool handleRoute(
  1. String? path
)

Implementation

bool handleRoute(String? path) => _deeplinkRpcClient.handleRoute(path);