saveSession abstract method

Future<void> saveSession(
  1. DescopeSession session
)

Called by the session manager when a new DescopeSession is set or an existing session is updated.

Implementation

Future<void> saveSession(DescopeSession session);