handleCustomRequest abstract method
Handles a custom request (encoded as any JS value) from the
connection.
The response is sent over the channel and completes a Database.customRequest call for clients.
Implementation
Future<JSAny?> handleCustomRequest(
ClientConnection connection, JSAny? request);