sessionEventStream property

Stream<SmKitSessionEvent> get sessionEventStream

Stream of session events: detection data, position data, errors, camera ready/stopped.

Implementation

static Stream<SmKitSessionEvent> get sessionEventStream =>
    _platform.sessionEventStream;