menu
locus
locus.dart
Locus
getLog static method
getLog
dark_mode
light_mode
getLog
static method
Future
<
List
<
LogEntry
>
>
getLog
(
)
Gets structured log entries.
Implementation
static Future<List<LogEntry>> getLog() { return _instance.getLog(); }
locus
locus
Locus
getLog static method
Locus class