clearSession static method

Future<void> clearSession()

Implementation

static Future<void> clearSession() async {
  await _writeSession(null);
}