onEvent property

Stream<LinkEvent> onEvent

A broadcast stream for LinkEvent from the native platform

Implementation

static Stream<LinkEvent> get onEvent =>
    _platform.onObject.where((event) => event is LinkEvent).cast();