getCurrentSessionId abstract method

Future<String?> getCurrentSessionId()

Get the ID for the current session.

Returns null if a session has not been started yet or the SDK hasn't been initialized.

Implementation

Future<String?> getCurrentSessionId();