events property
Stream<BackgroundCaptureEvent>
get
events
Stream of capture events.
Implementation
Stream<BackgroundCaptureEvent> get events => _eventController.stream;
Stream of capture events.
Stream<BackgroundCaptureEvent> get events => _eventController.stream;