logsSubject property

BehaviorSubject<List<String>> logsSubject
final

Implementation

final logsSubject = BehaviorSubject<List<String>>.seeded([]);