logToFile method

void logToFile(
  1. String message
)

Writes a string into the logfile. message the line to write

Implementation

void logToFile(String message) {
  // we cannot write because dart.io is not available
}