removeSession method

  1. @override
Future<void> removeSession()
override

Called by the session manager when the DescopeSessionManager.clearSession function is called.

Implementation

@override
Future<void> removeSession() async {
  _lastValue = null;
  _store.removeItem(_projectId);
}