qiyuLogPath property

Future<String> qiyuLogPath

get qiyu log path

Implementation

Future<String> get qiyuLogPath async {
  var result = await _methodChannel.invokeMethod('getQiyuLogPath');
  return result;
}