createRequest method
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");
}
The server initiates the handshake after the client connects, so a request will never be created.
Uint8List createRequest() {
throw MySqlClientError("Cannot create a handshake request");
}