getStoredUserUUID method
Get the userUUID stored in local storage (if any)
Implementation
String? getStoredUserUUID() {
return _storage.read(_userUUIDKey);
}
Get the userUUID stored in local storage (if any)
String? getStoredUserUUID() {
return _storage.read(_userUUIDKey);
}