getApiForTemplate method
Returns the API for the given template ID.
Implementation
AbstractApiInterface getApiForTemplate(String? templateId) {
return DummyApiInterface();
}
Returns the API for the given template ID.
AbstractApiInterface getApiForTemplate(String? templateId) {
return DummyApiInterface();
}