onLink property

Creates a stream for listening whenever a dynamic link becomes available

Implementation

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