deleteLogFile method

Future<bool> deleteLogFile(
  1. String path
)

删除指定路径的日志文件。

Implementation

Future<bool> deleteLogFile(String path) {
  throw UnimplementedError('deleteLogFile() has not been implemented.');
}