allSessions method

Map<String, dynamic> allSessions()

Implementation

Map<String,dynamic> allSessions(){
  return _sessions;
}