removeSessionValue abstract method

Future<void> removeSessionValue(
  1. String sessionId,
  2. String key
)

Remove session value

Implementation

Future<void> removeSessionValue(String sessionId, String key);