startupLog property

Stream<PrivStartupLogLine> get startupLog

Diagnostic lines emitted while a start operation is running.

Implementation

Stream<PrivStartupLogLine> get startupLog =>
    throw UnimplementedError('startupLog has not been implemented.');