Retrieves the session id from the client. Returns null if analyticsStorageConsentGranted is false or session is expired.
Future<int?> getSessionId() { return _delegate.getSessionId(); }