getApiForTemplate method

AbstractApiInterface getApiForTemplate(
  1. String? templateId
)

Returns the API for the given template ID.

Implementation

AbstractApiInterface getApiForTemplate(String? templateId) {
  return DummyApiInterface();
}