onSuccess property

Stream<LinkSuccess> onSuccess

A broadcast stream for LinkSuccess from the native platform

Implementation

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