getSessionId method

Future<int?> getSessionId()

Retrieves the session id from the client. Returns null if analyticsStorageConsentGranted is false or session is expired.

Implementation

Future<int?> getSessionId() {
  return _delegate.getSessionId();
}