NySession class
Properties
Methods
- 
  add(String key, dynamic value) → NySession 
- Add a value to the session
- 
  clear() → NySession 
- Clear the session
- 
  data([String? key]) → Map< String, dynamic> ?
- Get all the session data
- 
  delete(String key) → NySession 
- Delete a value from the session
- 
  flush() → NySession 
- Clear the session
- 
  get<T> (String key) → T? 
- Get a value from the session
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  set(String key, dynamic value) → NySession 
- Set a value in the session
- 
  syncFromStorage() → Future 
- Sync from Storage
- 
  syncToStorage() → Future 
- Sync to Storage
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited