feat:riverpod 迁移 SettingsUIModel

This commit is contained in:
2024-03-10 19:44:53 +08:00
parent c4637a8063
commit 46e5dcf01b
6 changed files with 721 additions and 0 deletions

View File

@ -20,3 +20,7 @@ void dPrint(src) async {
void setDPrintFile(File file) {
_logFile = file;
}
File? getDPrintFile() {
return _logFile;
}