has abstract method

Future<bool> has(
  1. String key
)

Checks if session data exists for the given key.

Implementation

Future<bool> has(String key);