close property

Future<MIDIPort> Function() close

Implementation

_i2.Future<_i3.MIDIPort> Function() get close =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'close',
          ),
          r'call',
          [this],
        ));
void close=(Future<MIDIPort> value())

Implementation

set close(_i2.Future<_i3.MIDIPort> Function() value) {
  _i4.setProperty(
    this,
    'close',
    _i4.allowInterop(value),
  );
}