linkedinProfileExtractedStream property

Stream<String> get linkedinProfileExtractedStream

Emits the captured LinkedIn profile URL when native extraction + backend save completes.

Implementation

static Stream<String> get linkedinProfileExtractedStream =>
    _linkedinProfileExtractedController.stream;