endSession abstract method

Future<void> endSession()

End 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> endSession();