triggerServerClose abstract method
Cause the "server" to close, effectively severing the connection between the server and client.
Implementation
@Deprecated(v3Deprecation)
void triggerServerClose([int? code, String? reason]);
Cause the "server" to close, effectively severing the connection between the server and client.
@Deprecated(v3Deprecation)
void triggerServerClose([int? code, String? reason]);