menu
unpuber_core package
documentation
user_store.dart
UserAccount
withToken method
withToken method
dark_mode
light_mode
withToken
method
UserAccount
withToken
(
String
token
)
Implementation
UserAccount withToken(String token) => copyWith(currentToken: token);
unpuber_core package
documentation
user_store
UserAccount
withToken method
UserAccount class