handleCustomRequest abstract method
Handles custom requests from clients that are not bound to a database.
This is not currently used.
Implementation
Future<JSAny?> handleCustomRequest(
ClientConnection connection, JSAny? request);
Handles custom requests from clients that are not bound to a database.
This is not currently used.
Future<JSAny?> handleCustomRequest(
ClientConnection connection, JSAny? request);