onLink property

Creates a stream for listening whenever a dynamic link becomes available

Implementation

Stream<PendingDeepLinkData> get onLink {
  throw UnimplementedError('onLink is not implemented');
}