callExperimentalAPI method
Call experimental APIs
Note: this API is used to call some experimental features.
Parameters:
jsonStr
JSON string of API and parameter descriptions
Platform not supported:
- web
Implementation
Future<void> callExperimentalAPI(String jsonStr) {
return _cloudChannel!.invokeMethod('callExperimentalAPI', {
"jsonStr": jsonStr,
});
}