onConnect abstract method
Whether to accept the connection, given the client's
connection_init payload.
Answer false to refuse it; this is where authentication belongs.
Implementation
FutureOr<bool> onConnect(RemoteClient client, [Map? connectionParams]);