currentSession property

  1. @override
SecureSession? get currentSession
override

Gets the current session if established.

Implementation

@override
SecureSession? get currentSession => _currentSession;