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