empty static method

Session empty()
override

create Session Empty

Implementation

static Session empty() {
  return Session({});
}