menu
spacetimedb_sdk package
documentation
protocol.dart
AuthTokenStore
clearToken abstract method
clearToken abstract method
dark_mode
light_mode
clearToken
abstract method
Future
<
void
>
clearToken
(
)
Clear the stored token (e.g., on logout).
Implementation
Future<void> clearToken();
spacetimedb_sdk package
documentation
protocol
AuthTokenStore
clearToken abstract method
AuthTokenStore class