ExperimentalAPICallback typedef

ExperimentalAPICallback = void Function(int code, String message, String jsonStr)

Callback for experimental API invocation completion, delivering the error code, message and the JSON string returned by the engine.

Implementation

typedef ExperimentalAPICallback = void Function(int code, String message, String jsonStr);