replace by getNewUuid

This commit is contained in:
Ankit Mahato
2024-03-10 23:10:19 +05:30
parent 1a40b3249e
commit f9c32cddfd
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ String getShortPath(String path) {
}
String getTempFileName() {
return uuid.v1();
return getNewUuid();
}
Future<FilePickerResult?> pickFile() async {