defaults static method

Session defaults()

Creates a new Session with all options set to their defaults.

Implementation

static Session defaults() {
  return _defaultSession;
}