onRecordingStop property
Stream<SecurityEvent>
get
onRecordingStop
Implementation
static Stream<SecurityEvent> get onRecordingStop {
_ensureInitialized();
return _eventsController.stream.where(
(event) => event.type == SecurityEventType.recordingStopped,
);
}