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