user<T> static method
T?
user<T>()
Get the auth user
Implementation
static T? user<T>() {
return Backpack.instance.read<T>(authKey());
}
Get the auth user
static T? user<T>() {
return Backpack.instance.read<T>(authKey());
}