menu
moviestar
services/user_profile_service.dart
UserProfileService
clearCache method
clearCache
dark_mode
light_mode
clearCache
method
void
clearCache
(
)
Clears the cached profile data.
Implementation
void clearCache() { _cachedProfile = null; }
moviestar
user_profile_service
UserProfileService
clearCache method
UserProfileService class