getLogRootPath method

Future<String?> getLogRootPath()

获取日志根目录路径(由各平台原生实现决定)。

Implementation

Future<String?> getLogRootPath() {
  throw UnimplementedError('getLogRootPath() has not been implemented.');
}