touch method

Session touch()

Implementation

Session touch() {
  return Session(
    timestamp: DateTime.now().millisecondsSinceEpoch,
  );
}