getSessionAttrs method

Map<String, dynamic> getSessionAttrs()

Implementation

Map<String, dynamic> getSessionAttrs() {
  return volatileStorage.getAll();
}