getLogFile abstract method

Future<String> getLogFile(
  1. bool debug, {
  2. int days = 3,
  3. String? pathStart,
})

Implementation

Future<String> getLogFile(bool debug, {int days = 3, String? pathStart});