Dart
dart:html
WebSocket
close method
description
close method
void
close
(
[
int
code
,
String
reason
])
Implementation
void
close([
int
code,
String
reason]) native;