removeSession method
Called by the session manager when the DescopeSessionManager.clearSession function is called.
Implementation
@override
Future<void> removeSession() async {
_lastValue = null;
_store.removeItem(_projectId);
}
Called by the session manager when the DescopeSessionManager.clearSession function is called.
@override
Future<void> removeSession() async {
_lastValue = null;
_store.removeItem(_projectId);
}