clearCache method

void clearCache()

Clears the cached profile data.

Implementation

void clearCache() {
  _cachedProfile = null;
}