Future<ServiceExtensionResponse> ServiceExtensionHandler(
String method,
Map parameters
)

A service protocol extension handler. Registered with registerExtension.

Must complete to a ServiceExtensionResponse.

method - the method name. parameters - the parameters.