logMessage function
- String msg
Log the msg to the user's Solid Pod.
Implementation
void logMessage(String msg) {
final ts = DateTime.now();
debugPrint('LOG TO POD: ${DateFormat("yMMddTHHmmss").format(ts)} $msg');
}
Log the msg to the user's Solid Pod.
void logMessage(String msg) {
final ts = DateTime.now();
debugPrint('LOG TO POD: ${DateFormat("yMMddTHHmmss").format(ts)} $msg');
}