forget abstract method

Future<void> forget(
  1. String id
)

Deletes a session.

Implementation

Future<void> forget(String id);