AssetAdaptiveCardContentProvider constructor

AssetAdaptiveCardContentProvider({
  1. required String path,
  2. required String hostConfigPath,
})

Implementation

AssetAdaptiveCardContentProvider({
  required this.path,
  required String hostConfigPath,
}) : super(hostConfigPath: hostConfigPath);