readNewLogs method

Future<String> readNewLogs()

获取所有进程的新增SDK日志

@param {Function} callback = (String) => {}

Implementation

Future<String> readNewLogs() async {
  print(flutter_log + "readNewLogs:has not been implemented.");
  return "";
}