has abstract method

Future<bool> has(
  1. String key
)

Returns true if the session contains a value for the given key.

Implementation

Future<bool> has(String key);