currentSession property
Returns the ID of the current Fullstory session.
See also: FS.currentSessionURL
For more information, see https://developer.fullstory.com/mobile/flutter/get-session-details/
Implementation
static Future<String?> get currentSession {
return FullstoryFlutterPlatform.instance.getCurrentSession();
}