After a long time, No idea whats changed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user