supports method
Implementation
@override
bool supports(String id) {
if (id == "booklets") return true;
if (id == "decoratedContents") return true;
if (id == "dividers") return true;
if (id == "documents") return true;
if (id == "dynamicWidgets") return true;
if (id == "faders") return true;
if (id == "grids") return true;
if (id == "presentations") return true;
if (id == "simpleImages") return true;
if (id == "simpleTexts") return true;
if (id == "tutorials") return true;
return false;
}