exportJson static method
Export all logs as JSON.
Implementation
static String exportJson() {
return jsonEncode(_logs.map((l) => l.toMap()).toList());
}
Export all logs as JSON.
static String exportJson() {
return jsonEncode(_logs.map((l) => l.toMap()).toList());
}