endSession method

void endSession()

Manually ends the current session.

Use this to manually end session tracking. By default, the SDK automatically manages session lifecycle, but you can use this method for custom session management.

Implementation

void endSession() {
  throw UnimplementedError('endSession() has not been implemented');
}