beginSession abstract method

Future<void> beginSession()

Starts 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> beginSession();