menu
u package
documentation
utils/u_local_storage.dart
ULocalStorage
setUserId static method
setUserId static method
dark_mode
light_mode
setUserId
static method
void
setUserId
(
String
userId
)
Implementation
static void setUserId(String userId) => set(UConstants.userId, userId);
u package
documentation
utils/u_local_storage
ULocalStorage
setUserId static method
ULocalStorage class