enableForceNew method

OptionBuilder enableForceNew()

Whether to enable to create a new Manager instance. The default is false

Implementation

OptionBuilder enableForceNew() {
  _opts['forceNew'] = true;
  return this;
}