currentSessionId property

  1. @override
String? get currentSessionId
override

Current session ID, or null if no session active.

Implementation

@override
String? get currentSessionId => _state.currentSessionId;