AdaptiveCardContentProvider constructor
Implementation
AdaptiveCardContentProvider({
this.hostConfigPath,
this.hostConfig,
}) : assert(
hostConfigPath != null || hostConfig != null,
'Either hostConfigPath or hostConfig must be provided.',
);