createRequest method

Uint8List createRequest()
override

The server initiates the handshake after the client connects, so a request will never be created.

Implementation

Uint8List createRequest() {
  throw MySqlClientError("Cannot create a handshake request");
}