triggerServerClose abstract method

  1. @Deprecated(v3Deprecation)
void triggerServerClose([
  1. int? code,
  2. String? reason
])
inherited

Cause the "server" to close, effectively severing the connection between the server and client.

Implementation

@Deprecated(v3Deprecation)
void triggerServerClose([int? code, String? reason]);