getSessionMetaDir function

String getSessionMetaDir()

Get the session meta cache directory path.

Implementation

String getSessionMetaDir() => p.join(getDataDir(), 'session-meta');