MemoryAdaptiveCardContentProvider constructor
MemoryAdaptiveCardContentProvider({})
Implementation
MemoryAdaptiveCardContentProvider({
required this.content,
String? hostConfigPath,
Map<String, dynamic>? hostConfig,
}) : super(hostConfigPath: hostConfigPath, hostConfig: hostConfig);