forceNewSession property
      
      Object
      get
      forceNewSession
      
    
    
literal-type defines return type
Implementation
_i2.Object get forceNewSession => _i3.getProperty(
      this,
      'forceNewSession',
    );
      
      set
      forceNewSession
      (Object value) 
      
    
    
    
Implementation
set forceNewSession(_i2.Object value) {
  _i3.setProperty(
    this,
    'forceNewSession',
    value,
  );
}