menu
renovation_core package
documentation
auth.dart
AuthController<K extends SessionStatusInfo?>
setAuthToken abstract method
setAuthToken abstract method
dark_mode
light_mode
setAuthToken
abstract method
@protected
@visibleForTesting
void
setAuthToken
(
String
token
)
Sets the token (JWT).
Implementation
@protected @visibleForTesting void setAuthToken(String token);
renovation_core package
documentation
auth
AuthController<K extends SessionStatusInfo?>
setAuthToken abstract method
AuthController class