init method

Implementation

Future<EnsembleDefinitionProvider> init() async {
  await appModel.init();
  return this;
}