startsWith method

bool startsWith(
  1. Link path
)

Implementation

bool startsWith(Link path) => _channel.startsWith(path._channel);