forgetLocalSession method

void forgetLocalSession()

Implementation

void forgetLocalSession() {
  ParseCoreData().sessionId = null;
}