shareableLogs static method
Returns a shareable content payload. Host app can pass this to share_plus.
Implementation
static String shareableLogs({bool csv = false}) {
return csv ? exportLogsAsCsv() : exportLogsAsJson();
}
Returns a shareable content payload. Host app can pass this to share_plus.
static String shareableLogs({bool csv = false}) {
return csv ? exportLogsAsCsv() : exportLogsAsJson();
}