streamErrors top-level property

Stream<FlutterErrorDetails> get streamErrors

Implementation

Stream<FlutterErrorDetails> get streamErrors =>
    services().get<LoggingService>()._errorStream!.stream;