threatStream property

Stream<SecurityThreat> get threatStream

Listen to security threats

Implementation

Stream<SecurityThreat> get threatStream =>
    SecureMonitorService.instance.threatStream;