init method
初始化
Implementation
Future<void> init() async {
_singleLogDeviceParams = getLogReportDeviceParams();
dateRootPath = await getDateDirectoryPath();
writeDeviceInfo();
setupErrorHooks();
}
初始化
Future<void> init() async {
_singleLogDeviceParams = getLogReportDeviceParams();
dateRootPath = await getDateDirectoryPath();
writeDeviceInfo();
setupErrorHooks();
}