linkStream property

  1. @override
Stream<String?> linkStream
override

A broadcast stream for receiving incoming link change events.

The Stream emits opened links as Strings.

NOTE: base code found in MethodChannelUniLinks.linkStream

Implementation

@override
Stream<String?> get linkStream => throw UnsupportedError(
    'As the Web URL cannot be changed without restarting the application, link streams are unimplemented on this platform.');