getSessionValue abstract method

Future getSessionValue(
  1. String sessionId,
  2. String key
)

Get session value

Implementation

Future<dynamic> getSessionValue(String sessionId, String key);