userId property
dynamic
get
userId
Get the current user ID if authenticated
Implementation
static dynamic get userId => auth.id;
Get the current user ID if authenticated
static dynamic get userId => auth.id;