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