updateSession abstract method

Future<void> updateSession()

Update session for manual session handling. This method needs to be called for starting a session only if manual session handling is enabled by calling the 'enableManualSessionHandling' method of 'CountlyConfig'.

Implementation

Future<void> updateSession();