menu
Dart
dart:html
MidiPort
close method
close
brightness_4
brightness_5
description
close
method
Future
close
(
)
Implementation
Future close() => promiseToFuture(JS("", "#.close()", this));
Dart
dart:html
MidiPort
close method
MidiPort class
Properties
connection
hashCode
id
manufacturer
name
on
runtimeType
state
type
version
Methods
addEventListener
close
dispatchEvent
noSuchMethod
open
removeEventListener
toString
Operators
operator ==