mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
replace by getNewUuid
This commit is contained in:
@ -49,7 +49,7 @@ String getShortPath(String path) {
|
||||
}
|
||||
|
||||
String getTempFileName() {
|
||||
return uuid.v1();
|
||||
return getNewUuid();
|
||||
}
|
||||
|
||||
Future<FilePickerResult?> pickFile() async {
|
||||
|
Reference in New Issue
Block a user