initialize method

void initialize()

Implementation

void initialize() {
  _templates = getSampleTemplates();
  if (_templates.isNotEmpty) {
    _currentTemplate = _templates.first;
  }
  notifyListeners();
}