onServerRequest property
Optional handler for requests the server sends to the client. When null,
such requests are answered with a methodNotFound error.
Implementation
ServerRequestHandler? onServerRequest;
Optional handler for requests the server sends to the client. When null,
such requests are answered with a methodNotFound error.
ServerRequestHandler? onServerRequest;