getActionModelApi method
Implementation
ActionModelApi getActionModelApi() {
if (actionModelApi == null) {
throw "Exception: no ActionModelApi registered. You should include an eliud package which implements the ActionModelApi and registers it onto Apis.getApis().registerActionModelApi(...)";
}
return actionModelApi!;
}