getLogRootDir method

Future<String> getLogRootDir()

Implementation

Future<String> getLogRootDir() {
  return _cosApi.getLogRootDir();
}