After a long time, No idea whats changed

This commit is contained in:
Sewmina
2022-05-04 15:58:49 +05:30
parent 8af736fab1
commit fd60fca746
4 changed files with 106 additions and 74 deletions

View File

@@ -184,9 +184,9 @@ class Settings{
}else{
var uuid = Uuid();
String _uuid = uuid.v4();
if(Platform.isAndroid){
}
// if(Platform.isAndroid){
//
// }
await prefs.setString('uuid',_uuid);
return Future.value(_uuid);
}