close property
      
      Future<void>  Function()
      get
      close
      
    
    
    
Implementation
_i2.Future<void> Function() get close =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'close',
          ),
          r'call',
          [this],
        ));
      
      set
      close
      (Future<void>  value()) 
      
    
    
    
Implementation
set close(_i2.Future<void> Function() value) {
  _i4.setProperty(
    this,
    'close',
    _i4.allowInterop(value),
  );
}