allSession property

Map<String, dynamic> get allSession

Gets all session data

Implementation

Map<String, dynamic> get allSession => _session.getAllData();